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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陂危売塚ャ邵 | 1110100010011000100010101110101110010100100001001111101010011100101011001110011110111000 | e8988aeb9484fa9cace7b8 |
EUC-JP | 陂危売?ャ邵 | 1110111111111000101101001110110111000111111001000011111110001110101011001110111010111010 | eff8b4edc7e43f8eaceeba |
UTF-8 | 陂危売塚ャ邵 | 111010011001100110000010111001011000110110110001111001011010001110110010111011111010100010010000111011111011110110101100111010011000001010110101 | e99982e58db1e5a3b2efa890efbdace982b5 |
UHC | 陂危???邵 | 111110011010111011101010110010110011111100111111001111111110000111010000 | f9aeeacb3f3f3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)