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 | 檣?楮 | 1001111011111100001111111001111010111000 | 9efc3f9eb8 |
EUC-JP | 檣?楮 | 1101110011111110001111111101110010111010 | dcfe3fdcba |
UTF-8 | 檣렒楮 | 111001101010101010100011111010111010000010010010111001101010010110101110 | e6aaa3eba092e6a5ae |
UHC | 檣렒楮 | 111011011110101010001110101001111110111010111111 | edea8ea7eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)