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 | «©^{«©^s | 10001111101010111010100101011110011110111000111110101011101010010101111001110011 | 8faba95e7b8faba95e73 |
SJIS-WIN | ???^{???^s | 00111111001111110011111101011110011110110011111100111111001111110101111001110011 | 3f3f3f5e7b3f3f3f5e73 |
EUC-JP | ??©^{??©^s | 0011111100111111100011111010001011101101010111100111101100111111001111111000111110100010111011010101111001110011 | 3f3f8fa2ed5e7b3f3f8fa2ed5e73 |
UTF-8 | «©^{«©^s | 11000010100011111100001010101011110000101010100101011110011110111100001010001111110000101010101111000010101010010101111001110011 | c28fc2abc2a95e7bc28fc2abc2a95e73 |
UHC | ???^{???^s | 00111111001111110011111101011110011110110011111100111111001111110101111001110011 | 3f3f3f5e7b3f3f3f5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)