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 | 悌???諄 | 10010010111011100011111100111111001111111110011001111000 | 92ee3f3f3fe678 |
EUC-JP | 悌???諄 | 11000100111100000011111100111111001111111110101111011001 | c4f03f3f3febd9 |
UTF-8 | 悌ㅹ렦렑諄 | 111001101000001010001100111000111000010110111001111010111010000010100110111010111010000010010001111010001010101110000100 | e6828ce385b9eba0a6eba091e8ab84 |
UHC | 悌ㅹ렦렑諄 | 11110000101010101010010011101001100011101011010110001110101001101110001011110100 | f0aaa4e98eb58ea6e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)