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 | ?Z?x? | 0011111101011010001111110111100000111111 | 3f5a3f783f |
SJIS-WIN | ?Z?x? | 0011111101011010001111110111100000111111 | 3f5a3f783f |
EUC-JP | ?Z?x? | 0011111101011010001111110111100000111111 | 3f5a3f783f |
UTF-8 | 창Z혣x혗 | 1110110010110000101111010101101011101101100110001010001101111000111011011001100010010111 | ecb0bd5aed98a378ed9897 |
UHC | 창Z혣x혗 | 1100001110100010010110101100001010001100011110001100001010000010 | c3a25ac28c78c282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)