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 | äÜÂò» | 10001111111001001101110010001110110000101111001010111011 | 8fe4dc8ec2f2bb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?äÜ?Âò? | 001111111000111110101011101000111000111110101010111001000011111110001111101010101010010010001111101010111101001000111111 | 3f8faba38faae43f8faaa48fabd23f |
UTF-8 | äÜÂò» | 1100001010001111110000111010010011000011100111001100001010001110110000111000001011000011101100101100001010111011 | c28fc3a4c39cc28ec382c3b2c2bb |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)