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 | áß½ | 111000011101111110001111100011111000111010111101 | e1df8f8f8ebd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | áß???? | 10001111101010111010000110001111101010011100111000111111001111110011111100111111 | 8faba18fa9ce3f3f3f3f |
UTF-8 | áß½ | 110000111010000111000011100111111100001010001111110000101000111111000010100011101100001010111101 | c3a1c39fc28fc28fc28ec2bd |
UHC | ?ß???½ | 0011111110101001101011000011111100111111001111111010100011110110 | 3fa9ac3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)