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 | ÍÛö´ö´P | 11001101110110111111011010110100111101101011010001010000 | cddbf6b4f6b450 |
SJIS-WIN | ???´?´P | 001111110011111100111111100000010100110000111111100000010100110001010000 | 3f3f3f814c3f814c50 |
EUC-JP | ÍÛö´ö´P | 1000111110101010101111111000111110101010111001011000111110101011110100111010000110101101100011111010101111010011101000011010110101010000 | 8faabf8faae58fabd3a1ad8fabd3a1ad50 |
UTF-8 | ÍÛö´ö´P | 11000011100011011100001110011011110000111011011011000010101101001100001110110110110000101011010001010000 | c38dc39bc3b6c2b4c3b6c2b450 |
UHC | ???´?´P | 001111110011111100111111101000101010010100111111101000101010010101010000 | 3f3f3fa2a53fa2a550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)