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 | 111001101011010010101001011010011110011010110100101010010110100101000010 | e6b4a969e6b4a96942 |
EUC-JP | 豢ゥi豢ゥiB | 1110110010110110100011101010100101101001111011001011011010001110101010010110100101000010 | ecb68ea969ecb68ea96942 |
UTF-8 | 豢ゥi豢ゥiB | 111010001011000110100010111011111011110110101001011010011110100010110001101000101110111110111101101010010110100101000010 | e8b1a2efbda969e8b1a2efbda96942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)