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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 襭九┘H | 11100110010000101000101111100011100001001010001101001000 | e6428be384a348 |
EUC-JP | 襭九┘H | 11101011101000111011011011100101101010001010010101001000 | eba3b6e5a8a548 |
UTF-8 | 襭九┘H | 11101000101001011010110111100100101110011001110111100010100101001001100001001000 | e8a5ade4b99de2949848 |
UHC | ?九┘H | 001111111100111011111010101001101010010101001000 | 3fcefaa6a548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)