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 | úGÀÓ | 11111010010001111100000011010011 | fa47c0d3 |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | úGÀÓ | 10001111101010111110001001000111100011111010101010100010100011111010101011010001 | 8fabe2478faaa28faad1 |
UTF-8 | úGÀÓ | 11000011101110100100011111000011100000001100001110010011 | c3ba47c380c393 |
UHC | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)