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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 珎獨B | 11100000110111011110000011010101111100001110101101000010 | e0dde0d5f0eb42 |
EUC-JP | 珎獨?B | 111000001101111111100000110101110011111101000010 | e0dfe0d73f42 |
UTF-8 | 珎獨B | 11100111100011111000111011100111100011011010100011101110100000101010101001000010 | e78f8ee78da8ee82aa42 |
UHC | ?獨?B | 0011111111010100101111000011111101000010 | 3fd4bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)