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 | 壤???渦 | 10011010110111110011111100111111001111111000100101010001 | 9adf3f3f3f8951 |
EUC-JP | 壤???渦 | 11010100111000010011111100111111001111111011000110110010 | d4e13f3f3fb1b2 |
UTF-8 | 壤☏듭끽渦 | 111001011010001110100100111000101001100010001111111010111001001110101101111010111000000110111101111001101011100010100110 | e5a3a4e2988feb93adeb81bde6b8a6 |
UHC | 壤☏듭끽渦 | 11100101101111011010001011001110101101011110110010110011101000111110100010111110 | e5bda2ceb5ecb3a3e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)