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 | »Þ³ | 101110111101111010110011 | bbdeb3 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?Þ? | 0011111110001111101010011011000000111111 | 3f8fa9b03f |
UTF-8 | »Þ³ | 110000101011101111000011100111101100001010110011 | c2bbc39ec2b3 |
UHC | ?Þ³ | 0011111110101000101011011010100111111000 | 3fa8ada9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)