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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 熊??寥?B | 1000110001000110001111110011111110011011100011000011111101000010 | 8c463f3f9b8c3f42 |
EUC-JP | 熊??寥?B | 1011011110100111001111110011111111010101111011000011111101000010 | b7a73f3fd5ec3f42 |
UTF-8 | 熊닺벱寥렞B | 11100111100001101000101011101011100010111011101011101011101100101011000111100101101011111010010111101011101000001001111001000010 | e7868aeb8bbaebb2b1e5afa5eba09e42 |
UHC | 熊닺벱寥렞B | 1110101010101000101101001110100010111010101010011110100011101111100011101010111101000010 | eaa8b4e8baa9e8ef8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)