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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊???? | 111010101000111000111111001111110011111100111111 | ea8e3f3f3f3f |
EUC-JP | 齊???釪 | 1111001111101110001111110011111100111111100011111110001110101101 | f3ee3f3f3f8fe3ad |
UTF-8 | 齊뀀렩렫釪 | 111010011011110110001010111010111000000010000000111010111010000010101001111010111010000010101011111010011000011110101010 | e9bd8aeb8080eba0a9eba0abe987aa |
UHC | 齊뀀렩렫釪 | 11110000101110101011001011101011100011101011011110001110101110011110100111101001 | f0bab2eb8eb78eb9e9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)