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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?①?瓮? | 00111111100001110100000000111111111000010100010000111111 | 3f87403fe1443f |
EUC-JP | 獒??瓮? | 1000111111001011101110110011111100111111111000011010010100111111 | 8fcbbb3f3fe1a53f |
UTF-8 | 獒①렡瓮쒫 | 111001111000110110010010111000101001000110100000111010111010000010100001111001111001001110101110111011001001001010101011 | e78d92e291a0eba0a1e793aeec92ab |
UHC | 獒①렡瓮쒫 | 11101000101000111010100011100111100011101011001011101000101101111001110101000010 | e8a3a8e78eb2e8b79d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)