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 | ???M | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 窈??M | 1110001001110111001111110011111101001101 | e2773f3f4d |
EUC-JP | 窈??M | 1110001111011000001111110011111101001101 | e3d83f3f4d |
UTF-8 | 窈륅숲M | 11100111101010101000100011101011101001011000010111101100100010001011001001001101 | e7aa88eba585ec88b24d |
UHC | 窈륅숲M | 11101001101000011000111111101111101111011010001101001101 | e9a18fefbda34d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)