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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 罠}i罠}iB | 111000111010100101111101011010011110001110101001011111010110100101000010 | e3a97d69e3a97d6942 |
EUC-JP | 罠}i罠}iB | 111001101010101101111101011010011110011010101011011111010110100101000010 | e6ab7d69e6ab7d6942 |
UTF-8 | 罠}i罠}iB | 1110011110111101101000000111110101101001111001111011110110100000011111010110100101000010 | e7bda07d69e7bda07d6942 |
UHC | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)