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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蜩ュ豈ャ] | 11100101100100111010110111100110101011111010110001011101 | e593ade6afac5d |
EUC-JP | 蜩ュ豈ャ] | 111010011111001110001110101011011110110010110001100011101010110001011101 | e9f38eadecb18eac5d |
UTF-8 | 蜩ュ豈ャ] | 11101000100111001010100111101111101111011010110111101000101100011000100011101111101111011010110001011101 | e89ca9efbdade8b188efbdac5d |
UHC | ??豈?] | 001111110011111111010001110000100011111101011101 | 3f3fd1c23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)