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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔭?矣? | 100010001111110000111111111000011110000100111111 | 88fc3fe1e13f |
EUC-JP | 蔭?矣? | 101100001111111000111111111000101110001100111111 | b0fe3fe2e33f |
UTF-8 | 蔭렮矣렣 | 111010001001010010101101111010111010000010101110111001111001111110100011111010111010000010100011 | e894adeba0aee79fa3eba0a3 |
UHC | 蔭렮矣렣 | 1110101111100011100011101011101111101011111110001000111010110100 | ebe38ebbebf88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)