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 | 窈??液? | 11100010011101110011111100111111100010010111010000111111 | e2773f3f89743f |
EUC-JP | 窈??液? | 11100011110110000011111100111111101100011101010100111111 | e3d83f3fb1d53f |
UTF-8 | 窈겼뀍液⑵ | 111001111010101010001000111010101011001010111100111010111000000010001101111001101011011010110010111000101001000110110101 | e7aa88eab2bceb808de6b6b2e291b5 |
UHC | 窈겼뀍液⑵ | 11101001101000011011000011100101100001011000100011100100111110111010100111101000 | e9a1b0e58588e4fba9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)