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 | 001111111110010010100000111000111101011001000010 | 3fe4a0e3d642 |
EUC-JP | ?茴聊B | 001111111110100010100010111001101101100001000010 | 3fe8a2e6d842 |
UTF-8 | 뤨茴聊B | 11101011101001001010100011101000100011001011010011101000100000011000101001000010 | eba4a8e88cb4e8818a42 |
UHC | 뤨茴聊B | 10001111110101101111110011101101110101101111110101000010 | 8fd6fcedd6fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)