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 | ÍÖTò? | 1100110111010110010101001111001000111111 | cdd654f23f |
SJIS-WIN | ??T?蹕 | 001111110011111101010100001111111110011101001010 | 3f3f543fe74a |
EUC-JP | ÍÖTò蹕 | 100011111010101010111111100011111010101011010011010101001000111110101011110100101110110110101011 | 8faabf8faad3548fabd2edab |
UTF-8 | ÍÖTò蹕 | 11000011100011011100001110010110010101001100001110110010111010001011100110010101 | c38dc39654c3b2e8b995 |
UHC | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)