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 | 消ヲ | 1000111111000001101001101111000011100111 | 8fc1a6f0e7 |
EUC-JP | 消ヲ? | 1011111011000011100011101010011000111111 | bec38ea63f |
UTF-8 | 消ヲ | 111001101011011010001000111011111011110110100110111011101000001010100110 | e6b688efbda6ee82a6 |
UHC | 消?? | 11100001101111000011111100111111 | e1bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)