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 | 嚴??豫 | 100110101000111000111111001111111001100010101100 | 9a8e3f3f98ac |
EUC-JP | 嚴??豫 | 110100111110111000111111001111111101000010101110 | d3ee3f3fd0ae |
UTF-8 | 嚴븅낡豫 | 111001011001101010110100111010111011100010000101111010111000001010100001111010001011000110101011 | e59ab4ebb885eb82a1e8b1ab |
UHC | 嚴븅낡豫 | 1110010111110001101110101110100110110011101100001110011111100011 | e5f1bae9b3b0e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)