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 | 蝣駕島 | 111001011010000010001001111011011001001110000111 | e5a089ed9387 |
EUC-JP | 蝣駕島 | 111010101010001010110010111011111100010111100111 | eaa2b2efc5e7 |
UTF-8 | 蝣駕島 | 111010001001110110100011111010011010011110010101111001011011001110110110 | e89da3e9a795e5b3b6 |
UHC | ?駕島 | 0011111111001010101111011101001111110110 | 3fcabdd3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)