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 | åÞº | 111001011101111010111010 | e5deba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | åÞº | 100011111010101110101001100011111010100110110000100011111010001011101011 | 8faba98fa9b08fa2eb |
UTF-8 | åÞº | 110000111010010111000011100111101100001010111010 | c3a5c39ec2ba |
UHC | ?Þº | 0011111110101000101011011010100010101100 | 3fa8ada8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)