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?? | 001111110101101000111111011110000011111100111111 | 3f5a3f783f3f |
SJIS-WIN | ?Z?x?? | 001111110101101000111111011110000011111100111111 | 3f5a3f783f3f |
EUC-JP | ?Z?x?? | 001111110101101000111111011110000011111100111111 | 3f5a3f783f3f |
UTF-8 | 창Z혣x혗혥 | 1110110010110000101111010101101011101101100110001010001101111000111011011001100010010111111011011001100010100101 | ecb0bd5aed98a378ed9897ed98a5 |
UHC | 창Z혣x혗혥 | 11000011101000100101101011000010100011000111100011000010100000101100001010001101 | c3a25ac28c78c282c28d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)