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 | 辷イ迴守昏 | 111001111000100010110010111001111000111110001110111001111000110110101000 | e788b2e78f8ee78da8 |
EUC-JP | 辷イ迴守昏 | 11101101111010001000111010110010111011011110111110111100111010011011101010101010 | ede88eb2edefbce9baaa |
UTF-8 | 辷イ迴守昏 | 111010001011111010110111111011111011110110110010111010001011111110110100111001011010111010001000111001101001100010001111 | e8beb7efbdb2e8bfb4e5ae88e6988f |
UHC | ???守昏 | 00111111001111110011111111100001111110101111101111100111 | 3f3f3fe1fafbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)