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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘作凋菫 | 1110100110100001100011011110110010010010100111001110010010111111 | e9a18dec929ce4bf |
EUC-JP | 鬘作凋菫 | 1111001010100011101110101110111011000011111111001110100011000001 | f2a3baeec3fce8c1 |
UTF-8 | 鬘作凋菫 | 111010011010110010011000111001001011110110011100111001011000011110001011111010001000111110101011 | e9ac98e4bd9ce5878be88fab |
UHC | ?作凋菫 | 00111111111011011100001011110000101111011101000011001011 | 3fedc2f0bdd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)