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 | 111001001110011110001101111001001010011101000010 | e4e78de4a742 |
EUC-JP | 蓍堺ァB | 11101000111010011011101011100110100011101010011101000010 | e8e9bae68ea742 |
UTF-8 | 蓍堺ァB | 11101000100100111000110111100101101000001011101011101111101111011010011101000010 | e8938de5a0baefbda742 |
UHC | 蓍堺?B | 111000111100100111001100111101110011111101000010 | e3c9ccf73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)