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 | 11101110100101101000111101011110011110111110111010010110100011110101111001110011 | ee968f5e7bee968f5e73 |
SJIS-WIN | ???^{???^s | 00111111001111110011111101011110011110110011111100111111001111110101111001110011 | 3f3f3f5e7b3f3f3f5e73 |
EUC-JP | î??^{î??^s | 1000111110101011110000100011111100111111010111100111101110001111101010111100001000111111001111110101111001110011 | 8fabc23f3f5e7b8fabc23f3f5e73 |
UTF-8 | î^{î^s | 11000011101011101100001010010110110000101000111101011110011110111100001110101110110000101001011011000010100011110101111001110011 | c3aec296c28f5e7bc3aec296c28f5e73 |
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)