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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臧????倚 | 1110010001101000001111110011111100111111001111111001100011011111 | e4683f3f3f3f98df |
EUC-JP | 臧????倚 | 1110011111001001001111110011111100111111001111111101000011100001 | e7c93f3f3f3fd0e1 |
UTF-8 | 臧얩렪쟀눴倚 | 111010001000011110100111111011001001011010101001111010111010000010101010111011001001111110000000111010111000100010110100111001011000000010011010 | e887a7ec96a9eba0aaec9f80eb88b4e5809a |
UHC | 臧얩렪쟀눴倚 | 111011011111010110111110111011011000111010111000110000001110111010110100101100111110101111101111 | edf5beed8eb8c0eeb4b3ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)