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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 彫??彫??^ | 100100101010010000111111001111111001001010100100001111110011111101011110 | 92a43f3f92a43f3f5e |
EUC-JP | 彫??彫??^ | 110001001010011000111111001111111100010010100110001111110011111101011110 | c4a63f3fc4a63f3f5e |
UTF-8 | 彫렶렏彫렶렏^ | 11100101101111011010101111101011101000001011011011101011101000001000111111100101101111011010101111101011101000001011011011101011101000001000111101011110 | e5bdabeba0b6eba08fe5bdabeba0b6eba08f5e |
UHC | 彫렶렏彫렶렏^ | 11110000110000011000111011000001100011101010010111110000110000011000111011000001100011101010010101011110 | f0c18ec18ea5f0c18ec18ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)