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 | ??S?? | 0011111100111111010100110011111100111111 | 3f3f533f3f |
SJIS-WIN | 陟擘S?消 | 1110100010100000100111011010010001010011001111111000111111000001 | e8a09da4533f8fc1 |
EUC-JP | 陟擘S?消 | 1111000010100010110110101010011001010011001111111011111011000011 | f0a2daa6533fbec3 |
UTF-8 | 陟擘S넵消 | 11101001100110011001111111100110100100111001100001010011111010111000010010110101111001101011011010001000 | e9999fe6939853eb84b5e6b688 |
UHC | 陟擘S넵消 | 111101001011001111011011111110110101001110110011110111001110000110111100 | f4b3dbfb53b3dce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)