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 | ????叔 | 001111110011111100111111001111111000111101100110 | 3f3f3f3f8f66 |
EUC-JP | ????叔 | 001111110011111100111111001111111011110111000111 | 3f3f3f3fbdc7 |
UTF-8 | 렪렮렧롋叔 | 111010111010000010101010111010111010000010101110111010111010000010100111111010111010000110001011111001011000111110010100 | eba0aaeba0aeeba0a7eba18be58f94 |
UHC | 렪렮렧롋叔 | 10001110101110001000111010111011100011101011011010001110110100011110001011010010 | 8eb88ebb8eb68ed1e2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)