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 | 癸鴉 | 11100001101000011110100111101011 | e1a1e9eb |
EUC-JP | 癸鴉 | 11100010101000111111001011101101 | e2a3f2ed |
UTF-8 | 癸鴉 | 111001111001100110111000111010011011010010001001 | e799b8e9b489 |
UHC | 癸鴉 | 11001101101001001110010010111100 | cda4e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)