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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘冗ーソ閼 | 1110100110100001100011111110011110110000101111111110100010000100 | e9a18fe7b0bfe884 |
EUC-JP | 鬘冗ーソ閼 | 11110010101000111011111011101001100011101011000010001110101111111110111111100100 | f2a3bee98eb08ebfefe4 |
UTF-8 | 鬘冗ーソ閼 | 111010011010110010011000111001011000011010010111111011111011110110110000111011111011110110111111111010011001011010111100 | e9ac98e58697efbdb0efbdbfe996bc |
UHC | ?冗??閼 | 00111111111010011011011100111111001111111110010011011001 | 3fe9b73f3fe4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)