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 | 11100101100001111001110111101101100011011011010101000010 | e5879ded8db542 |
EUC-JP | 蜃晨嵯B | 11101001111001111101101011101111101110101011011101000010 | e9e7daefbab742 |
UTF-8 | 蜃晨嵯B | 11101000100111001000001111100110100110011010100011100101101101011010111101000010 | e89c83e699a8e5b5af42 |
UHC | 蜃晨嵯B | 11100011111100011110001111100111111100111010101101000010 | e3f1e3e7f3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)