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 | ÍÖXÏñ | 1100110111010110010110001100111111110001 | cdd658cff1 |
SJIS-WIN | ??X?? | 0011111100111111010110000011111100111111 | 3f3f583f3f |
EUC-JP | ÍÖXÏñ | 10001111101010101011111110001111101010101101001101011000100011111010101011000001100011111010101111010000 | 8faabf8faad3588faac18fabd0 |
UTF-8 | ÍÖXÏñ | 110000111000110111000011100101100101100011000011100011111100001110110001 | c38dc39658c38fc3b1 |
UHC | ??X?? | 0011111100111111010110000011111100111111 | 3f3f583f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)