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 | 100011101101011101111101011010011000111011010111011111010110100101000010 | 8ed77d698ed77d6942 |
EUC-JP | 邪}i邪}iB | 101111001101100101111101011010011011110011011001011111010110100101000010 | bcd97d69bcd97d6942 |
UTF-8 | 邪}i邪}iB | 1110100110000010101010100111110101101001111010011000001010101010011111010110100101000010 | e982aa7d69e982aa7d6942 |
UHC | 邪}i邪}iB | 110111101111011101111101011010011101111011110111011111010110100101000010 | def77d69def77d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)