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 | 、螢渼 | 11110000111110011010010011100101101000111111101101001001 | f0f9a4e5a3fb49 |
EUC-JP | ?、螢渼 | 0011111110001110101001001110101010100101100011111100011111110000 | 3f8ea4eaa58fc7f0 |
UTF-8 | 、螢渼 | 111011101000001010111000111011111011110110100100111010001001111010100010111001101011100010111100 | ee82b8efbda4e89ea2e6b8bc |
UHC | ??螢渼 | 001111110011111111111011101010111101101010110100 | 3f3ffbabdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)