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 | 遶ェ魍育蜩 | 111001111010101110101010111010011011000110001000111001111110010110010011 | e7abaae9b188e7e593 |
EUC-JP | 遶ェ魍育蜩 | 11101110101011011000111010101010111100101011001110110000111010011110100111110011 | eead8eaaf2b3b0e9e9f3 |
UTF-8 | 遶ェ魍育蜩 | 111010011000000110110110111011111011110110101010111010011010110110001101111010001000001010110010111010001001110010101001 | e981b6efbdaae9ad8de882b2e89ca9 |
UHC | ???育? | 001111110011111100111111111010111100000000111111 | 3f3f3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)