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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 燮殲i燮殲iB | 1001100111010111100111110111001001101001100110011101011110011111011100100110100101000010 | 99d79f726999d79f726942 |
EUC-JP | 燮殲i燮殲iB | 1101001011011001110111011101001101101001110100101101100111011101110100110110100101000010 | d2d9ddd369d2d9ddd36942 |
UTF-8 | 燮殲i燮殲iB | 111001111000011110101110111001101010111010110010011010011110011110000111101011101110011010101110101100100110100101000010 | e787aee6aeb269e787aee6aeb26942 |
UHC | 燮殲i燮殲iB | 1110000011110000111000001110100001101001111000001111000011100000111010000110100101000010 | e0f0e0e869e0f0e0e86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)