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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?殊 | 001111111000111011101010 | 3f8eea |
EUC-JP | ?殊 | 001111111011110011101100 | 3fbcec |
UTF-8 | 쒔殊 | 111011001001001010010100111001101010111010001010 | ec9294e6ae8a |
UHC | 쒔殊 | 10111110101011011110001010101000 | beade2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)