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 | 鬲奠怱 | 111010011010110110011010111110011001110010000100 | e9ad9af99c84 |
EUC-JP | 鬲奠怱 | 111100101010111111010100111110111101011111100100 | f2afd4fbd7e4 |
UTF-8 | 鬲奠怱 | 111010011010110010110010111001011010010110100000111001101000000010110001 | e9acb2e5a5a0e680b1 |
UHC | ?奠? | 00111111111011101111010100111111 | 3feef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)