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 | 臆??寃? | 10001001101100000011111100111111100110111000001100111111 | 89b03f3f9b833f |
EUC-JP | 臆??寃? | 10110010101100100011111100111111110101011110001100111111 | b2b23f3fd5e33f |
UTF-8 | 臆뚭낄寃뛄 | 111010001000011110000110111010111001101010101101111010111000001010000100111001011010111110000011111010111001101110000100 | e88786eb9aadeb8284e5af83eb9b84 |
UHC | 臆뚭낄寃뛄 | 11100101111001101000110011101010101100111010010111101010101100101000110101000010 | e5e68ceab3a5eab28d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)