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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 語⑤????? | 100011001110101010000111010001000011111100111111001111110011111100111111 | 8cea87443f3f3f3f3f |
EUC-JP | 語?????? | 1011100011101100001111110011111100111111001111110011111100111111 | b8ec3f3f3f3f3f3f |
UTF-8 | 語⑤씍溜띾젘琉 | 111010001010101010011110111000101001000110100100111011001001010010001101111011111010011110001011111010111001110110111110111011001010000010011000111011111010011110001100 | e8aa9ee291a4ec948defa78beb9dbeeca098efa78c |
UHC | 語⑤씍溜띾젘琉 | 1110010111011110101010001110101110011101101001001110101011111110100011011110101110100000100101001110101110100100 | e5dea8eb9da4eafe8deba094eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)