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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 域??\ | 1000100011100110001111110011111101011100 | 88e63f3f5c |
EUC-JP | 域??\ | 1011000011101000001111110011111101011100 | b0e83f3f5c |
UTF-8 | 域⑵삖\ | 11100101100111111001111111100010100100011011010111101100100000101001011001011100 | e59f9fe291b5ec82965c |
UHC | 域⑵삖\ | 11100110101101001010100111101000100110001001101001011100 | e6b4a9e8989a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)