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 | 癲ヨ? | 1110000110011111100000111000100000111111 | e19f83883f |
EUC-JP | 癲ヨ? | 1110001010100001101001011110100000111111 | e2a1a5e83f |
UTF-8 | 癲ヨ솤 | 111001111001100110110010111000111000001110101000111011001000011010100100 | e799b2e383a8ec86a4 |
UHC | 癲ヨ솤 | 111011111010011010101011111010001001100110011110 | efa6abe8999e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)