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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 夭?鷹?戍 | 1001101011101110001111111001000111101001001111111001110011111001 | 9aee3f91e93f9cf9 |
EUC-JP | 夭?鷹?戍 | 1101010011110000001111111100001011101011001111111101100011111011 | d4f03fc2eb3fd8fb |
UTF-8 | 夭렲鷹잭戍 | 111001011010010010101101111010111010000010110010111010011011011110111001111011001001111010101101111001101000100010001101 | e5a4adeba0b2e9b7b9ec9eade6888d |
UHC | 夭렲鷹잭戍 | 11101000111011001000111010111111111010111110110111000000111010001110001010100001 | e8ec8ebfebedc0e8e2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)