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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譯ч?嵬 | 11100110101000011000010010001001001111111001101111001010 | e6a184893f9bca |
EUC-JP | 譯ч?嵬 | 11101100101000111010011111101001001111111101011011001100 | eca3a7e93fd6cc |
UTF-8 | 譯ч뫜嵬 | 1110100010101101101011111101000110000111111010111010101110011100111001011011010110101100 | e8adafd187ebab9ce5b5ac |
UHC | 譯ч뫜嵬 | 1110011010111011101011001110100110010001101111001110100011100011 | e6bbace991bce8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)