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 | 100100001100110000111111011010011001000011001100001111110110100101000010 | 90cc3f6990cc3f6942 |
EUC-JP | 昔?i昔?iB | 110000001100111000111111011010011100000011001110001111110110100101000010 | c0ce3f69c0ce3f6942 |
UTF-8 | 昔栒i昔栒iB | 111001101001100010010100111001101010000010010010011010011110011010011000100101001110011010100000100100100110100101000010 | e69894e6a09269e69894e6a0926942 |
UHC | 昔栒i昔栒iB | 1110000010101110111000101110001101101001111000001010111011100010111000110110100101000010 | e0aee2e369e0aee2e36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)