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 | 淀甲 | 10010111100001001000110101100010 | 97848d62 |
EUC-JP | 淀甲 | 11001101111001001011100111000011 | cde4b9c3 |
UTF-8 | 淀甲 | 111001101011011110000000111001111001010010110010 | e6b780e794b2 |
UHC | 淀甲 | 11101111111000111100101110100011 | efe3cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)