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 | 陂危売塚ャ | 111010001001100010001010111010111001010010000100111110101001110010101100 | e8988aeb9484fa9cac |
EUC-JP | 陂危売?ャ | 111011111111100010110100111011011100011111100100001111111000111010101100 | eff8b4edc7e43f8eac |
UTF-8 | 陂危売塚ャ | 111010011001100110000010111001011000110110110001111001011010001110110010111011111010100010010000111011111011110110101100 | e99982e58db1e5a3b2efa890efbdac |
UHC | 陂危??? | 11111001101011101110101011001011001111110011111100111111 | f9aeeacb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)