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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 消ヲ車湿 | 111100001110011110001111110000011010011010001110110101001000111010111100 | f0e78fc1a68ed48ebc |
EUC-JP | ?消ヲ車湿 | 001111111011111011000011100011101010011010111100110101101011110010111110 | 3fbec38ea6bcd6bcbe |
UTF-8 | 消ヲ車湿 | 111011101000001010100110111001101011011010001000111011111011110110100110111010001011101110001010111001101011100110111111 | ee82a6e6b688efbda6e8bb8ae6b9bf |
UHC | ?消?車? | 00111111111000011011110000111111111100111011001100111111 | 3fe1bc3ff3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)