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 | 言③? | 1000110010111110100001110100001000111111 | 8cbe87423f |
EUC-JP | 言?? | 10111000110000000011111100111111 | b8c03f3f |
UTF-8 | 言③뮈 | 111010001010100010000000111000101001000110100010111010111010111010001000 | e8a880e291a2ebae88 |
UHC | 言③뮈 | 111001011110101110101000111010011011100110111111 | e5eba8e9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)