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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ノイ菽ム | 11001001101100101110010011000001110100011111100001011100 | c9b2e4c1d1f85c |
EUC-JP | ノイ菽ム? | 100011101100100110001110101100101110100011000011100011101101000100111111 | 8ec98eb2e8c38ed13f |
UTF-8 | ノイ菽ム | 111011111011111010001001111011111011110110110010111010001000111110111101111011111011111010010001111011101001011110111100 | efbe89efbdb2e88fbdefbe91ee97bc |
UHC | ??菽?? | 001111110011111111100010110111010011111100111111 | 3f3fe2dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)