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 | 壤???役 | 10011010110111110011111100111111001111111001011011110000 | 9adf3f3f3f96f0 |
EUC-JP | 壤???役 | 11010100111000010011111100111111001111111100110011110010 | d4e13f3f3fccf2 |
UTF-8 | 壤☏듭끽役 | 111001011010001110100100111000101001100010001111111010111001001110101101111010111000000110111101111001011011110110111001 | e5a3a4e2988feb93adeb81bde5bdb9 |
UHC | 壤☏듭끽役 | 11100101101111011010001011001110101101011110110010110011101000111110011010110101 | e5bda2ceb5ecb3a3e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)