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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | ?亨e^ | 0011111110001011100111000110010101011110 | 3f8b9c655e |
EUC-JP | ?亨e^ | 0011111110110101111111000110010101011110 | 3fb5fc655e |
UTF-8 | 룿亨e^ | 1110101110100011101111111110010010111010101010000110010101011110 | eba3bfe4baa8655e |
UHC | 룿亨e^ | 100011111011000011111010111110110110010101011110 | 8fb0fafb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)