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 | 荳夜事 | 111001001011100010010110111010011000111010010110 | e4b896e98e96 |
EUC-JP | 荳夜事 | 111010001011101011001100111010111011101111110110 | e8baccebbbf6 |
UTF-8 | 荳夜事 | 111010001000110110110011111001011010010010011100111001001011101010001011 | e88db3e5a49ce4ba8b |
UHC | 荳夜事 | 110101001110010111100101101010001101111011000000 | d4e5e5a8dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)