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 | 菖? | 100011111101001000111111 | 8fd23f |
EUC-JP | 菖? | 101111101101010000111111 | bed43f |
UTF-8 | 菖깖 | 111010001000111110010110111010101011100110010110 | e88f96eab996 |
UHC | 菖깖 | 11110011111011101011000111110011 | f3eeb1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)