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 | 隋雁→ | 111001000100000010001010111001011000000110101000 | e4408ae581a8 |
EUC-JP | 隋雁→ | 111001111010000110110100111001111010001010101010 | e7a1b4e7a2aa |
UTF-8 | 隋雁→ | 111010011001101010001011111010011001101110000001111000101000011010010010 | e99a8be99b81e28692 |
UHC | 隋雁→ | 111000101100100111100100110100101010000111100110 | e2c9e4d2a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)