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 | 蜩コ豈ャ | 111001011001001110111010111001101010111110101100 | e593bae6afac |
EUC-JP | 蜩コ豈ャ | 1110100111110011100011101011101011101100101100011000111010101100 | e9f38ebaecb18eac |
UTF-8 | 蜩コ豈ャ | 111010001001110010101001111011111011110110111010111010001011000110001000111011111011110110101100 | e89ca9efbdbae8b188efbdac |
UHC | ??豈? | 0011111100111111110100011100001000111111 | 3f3fd1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)