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 | 貊殊ウ | 1110011010111011100011101110101010110011 | e6bb8eeab3 |
EUC-JP | 貊殊ウ | 111011001011110110111100111011001000111010110011 | ecbdbcec8eb3 |
UTF-8 | 貊殊ウ | 111010001011001010001010111001101010111010001010111011111011110110110011 | e8b28ae6ae8aefbdb3 |
UHC | 貊殊? | 1101100011100111111000101010100000111111 | d8e7e2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)