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 | 珎獨珎獗 | 11100000110111011110000011010101111100001110101111100000110111011110000011010011 | e0dde0d5f0ebe0dde0d3 |
EUC-JP | 珎獨?珎獗 | 111000001101111111100000110101110011111111100000110111111110000011010101 | e0dfe0d73fe0dfe0d5 |
UTF-8 | 珎獨珎獗 | 111001111000111110001110111001111000110110101000111011101000001010101010111001111000111110001110111001111000110110010111 | e78f8ee78da8ee82aae78f8ee78d97 |
UHC | ?獨??獗 | 00111111110101001011110000111111001111111100111111110001 | 3fd4bc3f3fcff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)