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 | 堯??純? | 11101010100111110011111100111111100011111000001100111111 | ea9f3f3f8f833f |
EUC-JP | 堯??純? | 11110100101000010011111100111111101111011110001100111111 | f4a13f3fbde33f |
UTF-8 | 堯덀룗純뢆 | 111001011010000010101111111010111000110110000000111010111010001110010111111001111011010010010100111010111010001010000110 | e5a0afeb8d80eba397e7b494eba286 |
UHC | 堯덀룗純뢆 | 11101000111010111000100011100011100011111001001111100010111011011000111101000010 | e8eb88e38f93e2ed8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)