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 | 100100111110100000111111011010011001001111101000001111110110100101000010 | 93e83f6993e83f6942 |
EUC-JP | 楢?i楢?iB | 110001101110101000111111011010011100011011101010001111110110100101000010 | c6ea3f69c6ea3f6942 |
UTF-8 | 楢렢i楢렢iB | 111001101010010110100010111010111010000010100010011010011110011010100101101000101110101110100000101000100110100101000010 | e6a5a2eba0a269e6a5a2eba0a26942 |
UHC | 楢렢i楢렢iB | 1110101011111001100011101011001101101001111010101111100110001110101100110110100101000010 | eaf98eb369eaf98eb36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)