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 | 茫シァ | 11100100101010011011110010100111 | e4a9bca7 |
EUC-JP | 茫シァ | 111010001010101110001110101111001000111010100111 | e8ab8ebc8ea7 |
UTF-8 | 茫シァ | 111010001000110010101011111011111011110110111100111011111011110110100111 | e88cabefbdbcefbda7 |
UHC | 茫?? | 11011000110101000011111100111111 | d8d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)