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 | ????gW | 001111110011111100111111001111110110011101010111 | 3f3f3f3f6757 |
SJIS-WIN | ヘロ鮏gW | 1100110111011011111101101011010011111100010000110110011101010111 | cddbf6b4fc436757 |
EUC-JP | ヘロ?鮏gW | 10001110110011011000111011011011001111111000111111101010110110110110011101010111 | 8ecd8edb3f8feadb6757 |
UTF-8 | ヘロ鮏gW | 1110111110111110100011011110111110111110100110111110111010010011100110111110100110101110100011110110011101010111 | efbe8defbe9bee939be9ae8f6757 |
UHC | ????gW | 001111110011111100111111001111110110011101010111 | 3f3f3f3f6757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)