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 | 鉉痔? | 1110011111101001100011101010010000111111 | e7e98ea43f |
EUC-JP | 鉉痔晛 | 11101110111010111011110010100110100011111100001010111011 | eeebbca68fc2bb |
UTF-8 | 鉉痔晛 | 111010011000100110001001111001111001011110010100111001101001100110011011 | e98989e79794e6999b |
UHC | 鉉痔晛 | 111110101110100011110110110000001111101011011001 | fae8f6c0fad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)