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 | ???A@h | 001111110011111100111111010000010100000001101000 | 3f3f3f414068 |
SJIS-WIN | 尸骨五A@h | 100110111001100110001101100111001000110011011100010000010100000001101000 | 9b998d9c8cdc414068 |
EUC-JP | 尸骨五A@h | 110101011111100110111001111111001011100011011110010000010100000001101000 | d5f9b9fcb8de414068 |
UTF-8 | 尸骨五A@h | 111001011011000010111000111010011010101010101000111001001011101010010100010000010100000001101000 | e5b0b8e9aaa8e4ba94414068 |
UHC | 尸骨五A@h | 111000111011100111001101111010011110011111101001010000010100000001101000 | e3b9cde9e7e9414068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)