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 | 霍ォ閧イ莨 | 1110100010110111101010111110100010000010101100101110010010111100 | e8b7abe882b2e4bc |
EUC-JP | 霍ォ閧イ莨 | 11110000101110011000111010101011111011111110001010001110101100101110100010111110 | f0b98eabefe28eb2e8be |
UTF-8 | 霍ォ閧イ莨 | 111010011001110010001101111011111011110110101011111010011001011010100111111011111011110110110010111010001000111010101000 | e99c8defbdabe996a7efbdb2e88ea8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)