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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 終?卍 | 1000111101001001001111111001100111000010 | 8f493f99c2 |
EUC-JP | 終?卍 | 1011110110101010001111111101001011000100 | bdaa3fd2c4 |
UTF-8 | 終쇠卍 | 111001111011010110000010111011001000011110100000111001011000110110001101 | e7b582ec87a0e58d8d |
UHC | 終쇠卍 | 111100001111101110111100111010001101100010110011 | f0fbbce8d8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)