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 | 11100110010000101000101111100110100100000100111101000010 | e6428be6904f42 |
EUC-JP | 襭区唇B | 11101011101000111011011011101000101111111011000001000010 | eba3b6e8bfb042 |
UTF-8 | 襭区唇B | 11101000101001011010110111100101100011001011101011100101100101001000011101000010 | e8a5ade58cbae5948742 |
UHC | ??唇B | 0011111100111111111100101100011001000010 | 3f3ff2c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)