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 | ½·üIB | 10001110101111011000111010110111111111000100100101000010 | 8ebd8eb7fc4942 |
SJIS-WIN | ?????IB | 00111111001111110011111100111111001111110100100101000010 | 3f3f3f3f3f4942 |
EUC-JP | ????üIB | 001111110011111100111111001111111000111110101011111001000100100101000010 | 3f3f3f3f8fabe44942 |
UTF-8 | ½·üIB | 110000101000111011000010101111011100001010001110110000101011011111000011101111000100100101000010 | c28ec2bdc28ec2b7c3bc4942 |
UHC | ?½?·?IB | 001111111010100011110110001111111010000110100100001111110100100101000010 | 3fa8f63fa1a43f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)