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 | ?僊 | 001111111001100101000001 | 3f9941 |
EUC-JP | ?僊 | 001111111101000110100010 | 3fd1a2 |
UTF-8 | 앫僊 | 111011001001010110101011111001011000001110001010 | ec95abe5838a |
UHC | 앫僊 | 10011101111000111110000010111010 | 9de3e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)