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 | ?菰瓦 | 0011111110001100110101001000101010100010 | 3f8cd48aa2 |
EUC-JP | ?菰瓦 | 0011111110111000110101101011010010100100 | 3fb8d6b4a4 |
UTF-8 | 똬菰瓦 | 111010111001100010101100111010001000111110110000111001111001001110100110 | eb98ace88fb0e793a6 |
UHC | 똬菰瓦 | 101101101100110011001101110010101110100010111111 | b6cccdcae8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)