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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 央ょ | 10001001100110111000001011100101 | 899b82e5 |
EUC-JP | 央ょ | 10110001111110111010010011100111 | b1fba4e7 |
UTF-8 | 央ょ | 111001011010010010101110111000111000001010000111 | e5a4aee38287 |
UHC | 央ょ | 11100100111001111010101011100111 | e4e7aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)