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 | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | 訒ク`訒クOB | 111110111010001110111000011000001111101110100011101110000100111101000010 | fba3b860fba3b84f42 |
EUC-JP | 訒ク`訒クOB | 10001111110111011100100010001110101110000110000010001111110111011100100010001110101110000100111101000010 | 8fddc88eb8608fddc88eb84f42 |
UTF-8 | 訒ク`訒クOB | 111010001010100010010010111011111011110110111000011000001110100010101000100100101110111110111101101110000100111101000010 | e8a892efbdb860e8a892efbdb84f42 |
UHC | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)