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 | 111000100101011000111111011010011110001001010110001111110110100101000010 | e2563f69e2563f6942 |
EUC-JP | 齋?i齋?iB | 111000111011011100111111011010011110001110110111001111110110100101000010 | e3b73f69e3b73f6942 |
UTF-8 | 齋룁i齋룁iB | 111010011011110110001011111010111010001110000001011010011110100110111101100010111110101110100011100000010110100101000010 | e9bd8beba38169e9bd8beba3816942 |
UHC | 齋룁i齋룁iB | 1110111010110001101101111101111001101001111011101011000110110111110111100110100101000010 | eeb1b7de69eeb1b7de6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)