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 | ノイ菽ン・ | 110010011011001011100100110000011101110110100101 | c9b2e4c1dda5 |
EUC-JP | ノイ菽ン・ | 10001110110010011000111010110010111010001100001110001110110111011000111010100101 | 8ec98eb2e8c38edd8ea5 |
UTF-8 | ノイ菽ン・ | 111011111011111010001001111011111011110110110010111010001000111110111101111011111011111010011101111011111011110110100101 | efbe89efbdb2e88fbdefbe9defbda5 |
UHC | ??菽?? | 001111110011111111100010110111010011111100111111 | 3f3fe2dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)