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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迯礼嵯辷イB | 11100111100011011001011111100111100011011011010111100111100010001011001001000010 | e78d97e78db5e788b242 |
EUC-JP | 迯礼嵯辷イB | 1110110111101101110011101110100110111010101101111110110111101000100011101011001001000010 | ededcee9bab7ede88eb242 |
UTF-8 | 迯礼嵯辷イB | 11101000101111111010111111100111101001001011110011100101101101011010111111101000101111101011011111101111101111011011001001000010 | e8bfafe7a4bce5b5afe8beb7efbdb242 |
UHC | ??嵯??B | 00111111001111111111001110101011001111110011111101000010 | 3f3ff3ab3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)