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 | 110000111010010101011110011000001100001110100101010111100100111101000010 | c3a55e60c3a55e4f42 |
SJIS-WIN | ?¥^`?¥^OB | 0011111110000001100011110101111001100000001111111000000110001111010111100100111101000010 | 3f818f5e603f818f5e4f42 |
EUC-JP | Ã?^`Ã?^OB | 10001111101010101010101000111111010111100110000010001111101010101010101000111111010111100100111101000010 | 8faaaa3f5e608faaaa3f5e4f42 |
UTF-8 | å^`å^OB | 11000011100000111100001010100101010111100110000011000011100000111100001010100101010111100100111101000010 | c383c2a55e60c383c2a55e4f42 |
UHC | ??^`??^OB | 001111110011111101011110011000000011111100111111010111100100111101000010 | 3f3f5e603f3f5e4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)