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 | 100011011101110100111111011010011000110111011101001111110110100101000010 | 8ddd3f698ddd3f6942 |
EUC-JP | 在?i在?iB | 101110101101111100111111011010011011101011011111001111110110100101000010 | badf3f69badf3f6942 |
UTF-8 | 在렔i在렔iB | 111001011001110010101000111010111010000010010100011010011110010110011100101010001110101110100000100101000110100101000010 | e59ca8eba09469e59ca8eba0946942 |
UHC | 在렔i在렔iB | 1110111010100100100011101010100101101001111011101010010010001110101010010110100101000010 | eea48ea969eea48ea96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)