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 | 100111111111011100111111011010011001111111110111001111110110100101000010 | 9ff73f699ff73f6942 |
EUC-JP | 漿?i漿?iB | 110111101111100100111111011010011101111011111001001111110110100101000010 | def93f69def93f6942 |
UTF-8 | 漿렔i漿렔iB | 111001101011110010111111111010111010000010010100011010011110011010111100101111111110101110100000100101000110100101000010 | e6bcbfeba09469e6bcbfeba0946942 |
UHC | 漿렔i漿렔iB | 1110110111101100100011101010100101101001111011011110110010001110101010010110100101000010 | edec8ea969edec8ea96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)