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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 癲ロ | 11100001100111111000001110001101 | e19f838d |
EUC-JP | 癲ロ | 11100010101000011010010111101101 | e2a1a5ed |
UTF-8 | 癲ロ | 111001111001100110110010111000111000001110101101 | e799b2e383ad |
UHC | 癲ロ | 11101111101001101010101111101101 | efa6abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)