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 | ò£«ëé | 111100101010001110001110101010111110101111101001 | f2a38eabebe9 |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ò£??ëé | 10001111101010111101001010100001111100100011111100111111100011111010101110110011100011111010101110110001 | 8fabd2a1f23f3f8fabb38fabb1 |
UTF-8 | ò£«ëé | 110000111011001011000010101000111100001010001110110000101010101111000011101010111100001110101001 | c3b2c2a3c28ec2abc3abc3a9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)