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 | ?述?串? | 00111111100011110111000100111111100010111111100000111111 | 3f8f713f8bf83f |
EUC-JP | ?述?串? | 00111111101111011101001000111111101101101111101000111111 | 3fbdd23fb6fa3f |
UTF-8 | 룶述룴串틂 | 111010111010001110110110111010001011111110110000111010111010001110110100111001001011100010110010111011011000101110000010 | eba3b6e8bfb0eba3b4e4b8b2ed8b82 |
UHC | 룶述룴串틂 | 10001111101010111110001011111011100011111010100111001101111110101100011010110011 | 8fabe2fb8fa9cdfac6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)