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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 廴崔殫 | 100111000100110110011011110000011001111101110000 | 9c4d9bc19f70 |
EUC-JP | 廴崔殫 | 110101111010111011010110110000111101110111010001 | d7aed6c3ddd1 |
UTF-8 | 廴崔殫 | 111001011011101110110100111001011011010010010100111001101010111010101011 | e5bbb4e5b494e6aeab |
UHC | ?崔? | 00111111111101011100101100111111 | 3ff5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)