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 | ??颯 | 00111111001111111110100101000100 | 3f3fe944 |
EUC-JP | ?獒颯 | 001111111000111111001011101110111111000110100101 | 3f8fcbbbf1a5 |
UTF-8 | 쒔獒颯 | 111011001001001010010100111001111000110110010010111010011010001010101111 | ec9294e78d92e9a2af |
UHC | 쒔獒颯 | 101111101010110111101000101000111101111110111101 | beade8a3dfbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)