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 | å^`å^OB | 11100101010111100110000011100101010111100100111101000010 | e55e60e55e4f42 |
SJIS-WIN | ?^`?^OB | 00111111010111100110000000111111010111100100111101000010 | 3f5e603f5e4f42 |
EUC-JP | å^`å^OB | 1000111110101011101010010101111001100000100011111010101110101001010111100100111101000010 | 8faba95e608faba95e4f42 |
UTF-8 | å^`å^OB | 110000111010010101011110011000001100001110100101010111100100111101000010 | c3a55e60c3a55e4f42 |
UHC | ?^`?^OB | 00111111010111100110000000111111010111100100111101000010 | 3f5e603f5e4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)