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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 言③?猥? | 1000110010111110100001110100001000111111111000001100111000111111 | 8cbe87423fe0ce3f |
EUC-JP | 言??猥? | 10111000110000000011111100111111111000001101000000111111 | b8c03f3fe0d03f |
UTF-8 | 言③뮈猥덄 | 111010001010100010000000111000101001000110100010111010111010111010001000111001111000110010100101111010111000110110000100 | e8a880e291a2ebae88e78ca5eb8d84 |
UHC | 言③뮈猥덄 | 11100101111010111010100011101001101110011011111111101000111001011000100011100111 | e5eba8e9b9bfe8e588e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)