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 | 衆?l | 1000111101001111001111111000001010001100 | 8f4f3f828c |
EUC-JP | 衆?l | 1011110110110000001111111010001111101100 | bdb03fa3ec |
UTF-8 | 衆멸l | 111010001010000110000110111010111010100110111000111011111011110110001100 | e8a186eba9b8efbd8c |
UHC | 衆멸l | 111100011110101110111000111010101010001111101100 | f1ebb8eaa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)