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 | Âãlh | 100011101100001011000011101000110110110001101000 | 8ec2c3a36c68 |
SJIS-WIN | ???£lh | 00111111001111110011111110000001100100100110110001101000 | 3f3f3f81926c68 |
EUC-JP | ?Âãlh | 0011111110001111101010101010010010001111101010101010101010100001111100100110110001101000 | 3f8faaa48faaaaa1f26c68 |
UTF-8 | Âãlh | 11000010100011101100001110000010110000111000001111000010101000110110110001101000 | c28ec382c383c2a36c68 |
UHC | ????lh | 001111110011111100111111001111110110110001101000 | 3f3f3f3f6c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)