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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂守弌 | 111001101111100010001110111001111001100010011111 | e6f88ee7989f |
EUC-JP | 蹂守弌 | 111011001111101010111100111010011101000010100001 | ecfabce9d0a1 |
UTF-8 | 蹂守弌 | 111010001011100110000010111001011010111010001000111001011011110010001100 | e8b982e5ae88e5bc8c |
UHC | 蹂守? | 1110101110110011111000011111101000111111 | ebb3e1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)