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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竇ウ謔隠 | 11100010100001011011001111100110100000101000100101000010 | e285b3e6828942 |
EUC-JP | 竇ウ謔隠 | 1110001111100101100011101011001111101011111000101011000110100011 | e3e58eb3ebe2b1a3 |
UTF-8 | 竇ウ謔隠 | 111001111010101110000111111011111011110110110011111010001010110010010100111010011001101010100000 | e7ab87efbdb3e8ac94e99aa0 |
UHC | 竇?謔? | 110101001110010000111111111110011100110000111111 | d4e43ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)