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 | 111010010111111000111111011010011110100101111110001111110110100101000010 | e97e3f69e97e3f6942 |
EUC-JP | 驃?i驃?iB | 111100011101111100111111011010011111000111011111001111110110100101000010 | f1df3f69f1df3f6942 |
UTF-8 | 驃렋i驃렋iB | 111010011010100110000011111010111010000010001011011010011110100110101001100000111110101110100000100010110110100101000010 | e9a983eba08b69e9a983eba08b6942 |
UHC | 驃렋i驃렋iB | 1111100011111110100011101010001001101001111110001111111010001110101000100110100101000010 | f8fe8ea269f8fe8ea26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)