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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逍セ荳エB | 1110011110010110101111101110010010111000100000110100011101000010 | e796bee4b8834742 |
EUC-JP | 逍セ荳エB | 111011011111011010001110101111101110100010111010101001011010100001000010 | edf68ebee8baa5a842 |
UTF-8 | 逍セ荳エB | 11101001100000001000110111101111101111011011111011101000100011011011001111100011100000101010100001000010 | e9808defbdbee88db3e382a842 |
UHC | 逍?荳エB | 1110000111001110001111111101010011100101101010111010100001000010 | e1ce3fd4e5aba842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)