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 | 蜿イ菫ッ閠 | 1110010110001111101100101110010010111111101011111110100010000000 | e58fb2e4bfafe880 |
EUC-JP | 蜿イ菫ッ閠 | 11101001111011111000111010110010111010001100000110001110101011111110111111100000 | e9ef8eb2e8c18eafefe0 |
UTF-8 | 蜿イ菫ッ閠 | 111010001001110010111111111011111011110110110010111010001000111110101011111011111011110110101111111010011001011010100000 | e89cbfefbdb2e88fabefbdafe996a0 |
UHC | ??菫?? | 001111110011111111010000110010110011111100111111 | 3f3fd0cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)