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 | 肉④? | 1001001111110111100001110100001100111111 | 93f787433f |
EUC-JP | 肉?? | 11000110111110010011111100111111 | c6f93f3f |
UTF-8 | 肉④컠 | 111010001000001010001001111000101001000110100011111011001011101110100000 | e88289e291a3ecbba0 |
UHC | 肉④컠 | 111010111011111110101000111010101011000010001011 | ebbfa8eab08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)