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 | 讌肥菅轢殘 | 11100110101001011001010011101100100100001001101111100111100000001001111101101011 | e6a594ec909be7809f6b |
EUC-JP | 讌肥菅轢殘 | 11101100101001111100100011101110101111111111101111101101111000001101110111001100 | eca7c8eebffbede0ddcc |
UTF-8 | 讌肥菅轢殘 | 111010001010111010001100111010001000001010100101111010001000111110000101111010001011110110100010111001101010111010011000 | e8ae8ce882a5e88f85e8bda2e6ae98 |
UHC | ?肥菅轢殘 | 001111111101110111111110110011101011100111010101111110011110110111010001 | 3fddfeceb9d5f9edd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)