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 | »Ê¢ä | 1000111110111011110010101010001011100100 | 8fbbcaa2e4 |
SJIS-WIN | ???¢? | 001111110011111100111111100000011001000100111111 | 3f3f3f81913f |
EUC-JP | ??梊 | 00111111001111111000111110101010101101001010000111110001100011111010101110100011 | 3f3f8faab4a1f18faba3 |
UTF-8 | »Ê¢ä | 11000010100011111100001010111011110000111000101011000010101000101100001110100100 | c28fc2bbc38ac2a2c3a4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)