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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 言③?猥?? | 100011001011111010000111010000100011111111100000110011100011111100111111 | 8cbe87423fe0ce3f3f |
EUC-JP | 言??猥?? | 1011100011000000001111110011111111100000110100000011111100111111 | b8c03f3fe0d03f3f |
UTF-8 | 言③뮈猥덄툧 | 111010001010100010000000111000101001000110100010111010111010111010001000111001111000110010100101111010111000110110000100111011011000100010100111 | e8a880e291a2ebae88e78ca5eb8d84ed88a7 |
UHC | 言③뮈猥덄툧 | 111001011110101110101000111010011011100110111111111010001110010110001000111001111011100010011110 | e5eba8e9b9bfe8e588e7b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)