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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燧??? | 1110000010011100001111110011111100111111 | e09c3f3f3f |
EUC-JP | 燧??蓀 | 11011111111111000011111100111111100011111101100011111000 | dffc3f3f8fd8f8 |
UTF-8 | 燧귟둞蓀 | 111001111000011110100111111010101011011110011111111010111001000110011110111010001001001110000000 | e787a7eab79feb919ee89380 |
UHC | 燧귟둞蓀 | 1110001010101100100000101110100010001010010101101110000111100000 | e2ac82e88a56e1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)