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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 消ヲ謝 | 11110000111001111000111111000001101001101000111011010011 | f0e78fc1a68ed3 |
EUC-JP | ?消ヲ謝 | 00111111101111101100001110001110101001101011110011010101 | 3fbec38ea6bcd5 |
UTF-8 | 消ヲ謝 | 111011101000001010100110111001101011011010001000111011111011110110100110111010001010110010011101 | ee82a6e6b688efbda6e8ac9d |
UHC | ?消?謝 | 001111111110000110111100001111111101111011110011 | 3fe1bc3fdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)