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 | ûAHè½ | 11111011010000011000111010101101010010001110100010111101 | fb418ead48e8bd |
SJIS-WIN | ?A??H?? | 00111111010000010011111100111111010010000011111100111111 | 3f413f3f483f3f |
EUC-JP | ûA??Hè? | 1000111110101011111001010100000100111111001111110100100010001111101010111011001000111111 | 8fabe5413f3f488fabb23f |
UTF-8 | ûAHè½ | 110000111011101101000001110000101000111011000010101011010100100011000011101010001100001010111101 | c3bb41c28ec2ad48c3a8c2bd |
UHC | ?A?H?½ | 001111110100000100111111101000011010100101001000001111111010100011110110 | 3f413fa1a9483fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)