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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 閼郁цB | 11101000100001001000100011101000100001001000100001000010 | e88488e8848842 |
EUC-JP | 閼郁цB | 11101111111001001011000011101010101001111110100001000010 | efe4b0eaa7e842 |
UTF-8 | 閼郁цB | 111010011001011010111100111010011000001110000001110100011000011001000010 | e996bce98381d18642 |
UHC | 閼郁цB | 11100100110110011110100111110100101011001110100001000010 | e4d9e9f4ace842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)