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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 咫????? | 10011010010000000011111100111111001111110011111100111111 | 9a403f3f3f3f3f |
EUC-JP | 咫???釪? | 110100111010000100111111001111110011111110001111111000111010110100111111 | d3a13f3f3f8fe3ad3f |
UTF-8 | 咫뜻렲렧釪랜 | 111001011001001010101011111010111001110010111011111010111010000010110010111010111010000010100111111010011000011110101010111010111001111010011100 | e592abeb9cbbeba0b2eba0a7e987aaeb9e9c |
UHC | 咫뜻렲렧釪랜 | 111100101010000110110110111001101000111010111111100011101011011011101001111010011011011110100011 | f2a1b6e68ebf8eb6e9e9b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)