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 | 驕区捷 | 111010011000000110001011111001101000111110110111 | e9818be68fb7 |
EUC-JP | 驕区捷 | 111100011110000110110110111010001011111010111001 | f1e1b6e8beb9 |
UTF-8 | 驕区捷 | 111010011010100110010101111001011000110010111010111001101000110110110111 | e9a995e58cbae68db7 |
UHC | 驕?捷 | 1100111011110110001111111111010011011111 | cef63ff4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)