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 | ò®îª | 111100101010110110001110101011101110111010101010 | f2ad8eaeeeaa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò??®îª | 1000111110101011110100100011111100111111100011111010001011101110100011111010101111000010100011111010001011101100 | 8fabd23f3f8fa2ee8fabc28fa2ec |
UTF-8 | ò®îª | 110000111011001011000010101011011100001010001110110000101010111011000011101011101100001010101010 | c3b2c2adc28ec2aec3aec2aa |
UHC | ??®?ª | 001111111010000110101001001111111010001011100111001111111010100010100011 | 3fa1a93fa2e73fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)