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 | 11100100111001011001110111101101100011011011010101000010 | e4e59ded8db542 |
EUC-JP | 蒟晨嵯B | 11101000111001111101101011101111101110101011011101000010 | e8e7daefbab742 |
UTF-8 | 蒟晨嵯B | 11101000100100101001111111100110100110011010100011100101101101011010111101000010 | e8929fe699a8e5b5af42 |
UHC | ?晨嵯B | 001111111110001111100111111100111010101101000010 | 3fe3e7f3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)