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 | ??BG | 00111111001111110100001001000111 | 3f3f4247 |
SJIS-WIN | 訒クBG | 1111101110100011101110000100001001000111 | fba3b84247 |
EUC-JP | 訒クBG | 10001111110111011100100010001110101110000100001001000111 | 8fddc88eb84247 |
UTF-8 | 訒クBG | 1110100010101000100100101110111110111101101110000100001001000111 | e8a892efbdb84247 |
UHC | ??BG | 00111111001111110100001001000111 | 3f3f4247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)