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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎眤湫魍 | 1110011010110001111000011100000010011111110101011110100110110001 | e6b1e1c09fd5e9b1 |
EUC-JP | 豎眤湫魍 | 1110110010110011111000101100001011011110110101111111001010110011 | ecb3e2c2ded7f2b3 |
UTF-8 | 豎眤湫魍 | 111010001011000110001110111001111001110010100100111001101011100110101011111010011010110110001101 | e8b18ee79ca4e6b9abe9ad8d |
UHC | ??湫? | 0011111100111111111101011101001100111111 | 3f3ff5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)