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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊ク遞 | 1110011010111011101110001110011110101000 | e6bbb8e7a8 |
EUC-JP | 貊ク遞 | 111011001011110110001110101110001110111010101010 | ecbd8eb8eeaa |
UTF-8 | 貊ク遞 | 111010001011001010001010111011111011110110111000111010011000000110011110 | e8b28aefbdb8e9819e |
UHC | 貊?遞 | 1101100011100111001111111111010011110110 | d8e73ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)