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 | 111001111011011010110010011010011110011110110110101100100110100101000010 | e7b6b269e7b6b26942 |
EUC-JP | 邯イi邯イiB | 1110111010111000100011101011001001101001111011101011100010001110101100100110100101000010 | eeb88eb269eeb88eb26942 |
UTF-8 | 邯イi邯イiB | 111010011000001010101111111011111011110110110010011010011110100110000010101011111110111110111101101100100110100101000010 | e982afefbdb269e982afefbdb26942 |
UHC | 邯?i邯?iB | 110010101111101100111111011010011100101011111011001111110110100101000010 | cafb3f69cafb3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)