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 | ½è¿ç£ | 100011101011110111101000101111111110011110100011 | 8ebde8bfe7a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ??è¿ç£ | 00111111001111111000111110101011101100101000111110100010110001001000111110101011101011101010000111110010 | 3f3f8fabb28fa2c48fabaea1f2 |
UTF-8 | ½è¿ç£ | 110000101000111011000010101111011100001110101000110000101011111111000011101001111100001010100011 | c28ec2bdc3a8c2bfc3a7c2a3 |
UHC | ?½?¿?? | 0011111110101000111101100011111110100010101011110011111100111111 | 3fa8f63fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)