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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鬢ァ鬢ァB | 111010011010010010000011010000001110100110100100100000110100000001000010 | e9a48340e9a4834042 |
EUC-JP | 鬢ァ鬢ァB | 111100101010011010100101101000011111001010100110101001011010000101000010 | f2a6a5a1f2a6a5a142 |
UTF-8 | 鬢ァ鬢ァB | 11101001101011001010001011100011100000101010000111101001101011001010001011100011100000101010000101000010 | e9aca2e382a1e9aca2e382a142 |
UHC | ?ァ?ァB | 00111111101010111010000100111111101010111010000101000010 | 3faba13faba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)