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 | 稽? | 100011000110110100111111 | 8c6d3f |
EUC-JP | 稽? | 101101111100111000111111 | b7ce3f |
UTF-8 | 稽껑 | 111001111010100010111101111010101011101110010001 | e7a8bdeabb91 |
UHC | 稽껑 | 11001101101001101011001010110001 | cda6b2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)