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 | »Þ³ë | 10111011110111101011001111101011 | bbdeb3eb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Þ?ë | 0011111110001111101010011011000000111111100011111010101110110011 | 3f8fa9b03f8fabb3 |
UTF-8 | »Þ³ë | 1100001010111011110000111001111011000010101100111100001110101011 | c2bbc39ec2b3c3ab |
UHC | ?Þ³? | 001111111010100010101101101010011111100000111111 | 3fa8ada9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)