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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 支?^ | 10001110011110000011111101011110 | 8e783f5e |
EUC-JP | 支?^ | 10111011110110010011111101011110 | bbd93f5e |
UTF-8 | 支렫^ | 11100110100101001010111111101011101000001010101101011110 | e694afeba0ab5e |
UHC | 支렫^ | 1111001010101000100011101011100101011110 | f2a88eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)