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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 炭誰]H | 100100100101100110010010010011100101110101001000 | 9259924e5d48 |
EUC-JP | 炭誰]H | 110000111011101011000011101011110101110101001000 | c3bac3af5d48 |
UTF-8 | 炭誰]H | 1110011110000010101011011110100010101010101100000101110101001000 | e782ade8aab05d48 |
UHC | 炭誰]H | 111101111010100111100010110000010101110101001000 | f7a9e2c15d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)