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 | 111010001010001110011000111010001000001010010110 | e8a398e88296 |
EUC-JP | 陬倩v | 111100001010010111010000111010101010001111110110 | f0a5d0eaa3f6 |
UTF-8 | 陬倩v | 111010011001100110101100111001011000000010101001111011111011110110010110 | e999ace580a9efbd96 |
UHC | ??v | 00111111001111111010001111110110 | 3f3fa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)