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 | ì¥nc^ | 111011001000100010100101011011100110001101011110 | ec88a56e635e |
SJIS-WIN | ??¥nc^ | 00111111001111111000000110001111011011100110001101011110 | 3f3f818f6e635e |
EUC-JP | ì??nc^ | 1000111110101011110000000011111100111111011011100110001101011110 | 8fabc03f3f6e635e |
UTF-8 | ì¥nc^ | 110000111010110011000010100010001100001010100101011011100110001101011110 | c3acc288c2a56e635e |
UHC | ???nc^ | 001111110011111100111111011011100110001101011110 | 3f3f3f6e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)