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 | 消ヲ | 1111000011100111100011111100000110100110 | f0e78fc1a6 |
EUC-JP | ?消ヲ | 0011111110111110110000111000111010100110 | 3fbec38ea6 |
UTF-8 | 消ヲ | 111011101000001010100110111001101011011010001000111011111011110110100110 | ee82a6e6b688efbda6 |
UHC | ?消? | 00111111111000011011110000111111 | 3fe1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)