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 | 1001000011001101111110101101000011100010010111101001000101010000 | 90cdfad0e25e9150 |
SJIS-WIN | ?????^?P | 0011111100111111001111110011111100111111010111100011111101010000 | 3f3f3f3f3f5e3f50 |
EUC-JP | ?Íú?â^?P | 0011111110001111101010101011111110001111101010111110001000111111100011111010101110100100010111100011111101010000 | 3f8faabf8fabe23f8faba45e3f50 |
UTF-8 | ÍúÐâ^P | 1100001010010000110000111000110111000011101110101100001110010000110000111010001001011110110000101001000101010000 | c290c38dc3bac390c3a25ec29150 |
UHC | ???Ð?^?P | 001111110011111100111111101010001010001000111111010111100011111101010000 | 3f3f3fa8a23f5e3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)