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 | 111010111011000110011110011010011110101110110001100111100110100101000010 | ebb19e69ebb19e6942 |
SJIS-WIN | ?±?i?±?iB | 0011111110000001011111010011111101101001001111111000000101111101001111110110100101000010 | 3f817d3f693f817d3f6942 |
EUC-JP | ë±?ië±?iB | 100011111010101110110011101000011101111000111111011010011000111110101011101100111010000111011110001111110110100101000010 | 8fabb3a1de3f698fabb3a1de3f6942 |
UTF-8 | ë±ië±iB | 110000111010101111000010101100011100001010011110011010011100001110101011110000101011000111000010100111100110100101000010 | c3abc2b1c29e69c3abc2b1c29e6942 |
UHC | ?±?i?±?iB | 0011111110100001101111100011111101101001001111111010000110111110001111110110100101000010 | 3fa1be3f693fa1be3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)