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 | îü´Ð¿É | 1110111011111100100011101011010010001110110100001011111111001001 | eefc8eb48ed0bfc9 |
SJIS-WIN | ???´???? | 001111110011111100111111100000010100110000111111001111110011111100111111 | 3f3f3f814c3f3f3f3f |
EUC-JP | îü?´??¿É | 1000111110101011110000101000111110101011111001000011111110100001101011010011111100111111100011111010001011000100100011111010101010110001 | 8fabc28fabe43fa1ad3f3f8fa2c48faab1 |
UTF-8 | îü´Ð¿É | 11000011101011101100001110111100110000101000111011000010101101001100001010001110110000111001000011000010101111111100001110001001 | c3aec3bcc28ec2b4c28ec390c2bfc389 |
UHC | ???´?п? | 0011111100111111001111111010001010100101001111111010100010100010101000101010111100111111 | 3f3f3fa2a53fa8a2a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)