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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 盖毬疼B | 11100001101100111001111101111011111000010111010101000010 | e1b39f7be17542 |
EUC-JP | 盖毬疼B | 11100010101101011101110111011100111000011101011001000010 | e2b5dddce1d642 |
UTF-8 | 盖毬疼B | 11100111100110111001011011100110101011111010110011100111100101101011110001000010 | e79b96e6aface796bc42 |
UHC | 盖毬疼B | 11001011110011001100111110110011110101001101100101000010 | cbcccfb3d4d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)