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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嚴??豫? | 10011010100011100011111100111111100110001010110000111111 | 9a8e3f3f98ac3f |
EUC-JP | 嚴??豫? | 11010011111011100011111100111111110100001010111000111111 | d3ee3f3fd0ae3f |
UTF-8 | 嚴븅낡豫긺 | 111001011001101010110100111010111011100010000101111010111000001010100001111010001011000110101011111010101011100010111010 | e59ab4ebb885eb82a1e8b1abeab8ba |
UHC | 嚴븅낡豫긺 | 11100101111100011011101011101001101100111011000011100111111000111011000111100111 | e5f1bae9b3b0e7e3b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)