To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犲珈獵犲 | 1110000010111010111000001101101111100000110110001110000010111010 | e0bae0dbe0d8e0ba |
EUC-JP | 犲珈獵犲 | 1110000010111100111000001101110111100000110110101110000010111100 | e0bce0dde0dae0bc |
UTF-8 | 犲珈獵犲 | 111001111000101010110010111001111000111110001000111001111000110110110101111001111000101010110010 | e78ab2e78f88e78db5e78ab2 |
UHC | ??獵? | 0011111100111111110101101011010000111111 | 3f3fd6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)