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 | 韋?ⅵ | 1110100011101000001111111111101001000101 | e8e83ffa45 |
EUC-JP | 韋?? | 11110000111010100011111100111111 | f0ea3f3f |
UTF-8 | 韋볩ⅵ | 111010011001111110001011111010111011001110101001111000101000010110110101 | e99f8bebb3a9e285b5 |
UHC | 韋볩ⅵ | 111010101101111110010011111011111010010110100110 | eadf93efa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)