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 | ù®ªî¡Á | 111110011010111010101010111011101010000111000001 | f9aeaaeea1c1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ù®ªî¡Á | 100011111010101111100011100011111010001011101110100011111010001011101100100011111010101111000010100011111010001011000010100011111010101010100001 | 8fabe38fa2ee8fa2ec8fabc28fa2c28faaa1 |
UTF-8 | ù®ªî¡Á | 110000111011100111000010101011101100001010101010110000111010111011000010101000011100001110000001 | c3b9c2aec2aac3aec2a1c381 |
UHC | ?®ª?¡? | 001111111010001011100111101010001010001100111111101000101010111000111111 | 3fa2e7a8a33fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)