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 | ë÷ië÷iB | 111010111111011110000011011010011110101111110111100000110110100101000010 | ebf78369ebf7836942 |
SJIS-WIN | ?÷?i?÷?iB | 0011111110000001100000000011111101101001001111111000000110000000001111110110100101000010 | 3f81803f693f81803f6942 |
EUC-JP | ë÷?ië÷?iB | 100011111010101110110011101000011110000000111111011010011000111110101011101100111010000111100000001111110110100101000010 | 8fabb3a1e03f698fabb3a1e03f6942 |
UTF-8 | ë÷ië÷iB | 110000111010101111000011101101111100001010000011011010011100001110101011110000111011011111000010100000110110100101000010 | c3abc3b7c28369c3abc3b7c2836942 |
UHC | ?÷?i?÷?iB | 0011111110100001110000000011111101101001001111111010000111000000001111110110100101000010 | 3fa1c03f693fa1c03f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)