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 | ÏñÏñ | 11001111111100011100111111110001 | cff1cff1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÏñÏñ | 100011111010101011000001100011111010101111010000100011111010101011000001100011111010101111010000 | 8faac18fabd08faac18fabd0 |
UTF-8 | ÏñÏñ | 1100001110001111110000111011000111000011100011111100001110110001 | c38fc3b1c38fc3b1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)