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 | 怨?v | 1000100110000101001111111000001010010110 | 89853f8296 |
EUC-JP | 怨?v | 1011000111100101001111111010001111110110 | b1e53fa3f6 |
UTF-8 | 怨띰v | 111001101000000010101000111010111001110110110000111011111011110110010110 | e680a8eb9db0efbd96 |
UHC | 怨띰v | 111010101011001110110110111011111010001111110110 | eab3b6efa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)