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 | 韋?? | 11101000111010000011111100111111 | e8e83f3f |
EUC-JP | 韋?? | 11110000111010100011111100111111 | f0ea3f3f |
UTF-8 | 韋볣춸 | 111010011001111110001011111010111011001110100011111011001011011010111000 | e99f8bebb3a3ecb6b8 |
UHC | 韋볣춸 | 111010101101111110010011111010011010110110010100 | eadf93e9ad94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)