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 | 蒟悉頌 | 111001001110010110001110101110111110100011110001 | e4e58ebbe8f1 |
EUC-JP | 蒟悉頌 | 111010001110011110111100101111011111000011110011 | e8e7bcbdf0f3 |
UTF-8 | 蒟悉頌 | 111010001001001010011111111001101000001010001001111010011010000010001100 | e8929fe68289e9a08c |
UHC | ?悉頌 | 0011111111100011111110101110000111101011 | 3fe3fae1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)