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 | 族??磐? | 10010001101100000011111100111111100101001101011000111111 | 91b03f3f94d63f |
EUC-JP | 族??磐? | 11000010101100100011111100111111110010001101100000111111 | c2b23f3fc8d83f |
UTF-8 | 族肋렱磐렰 | 111001101001011110001111111011111010010110010011111010111010000010110001111001111010001110010000111010111010000010110000 | e6978fefa593eba0b1e7a390eba0b0 |
UHC | 族肋렱磐렰 | 11110000111010011101001011110001100011101011111011011010111100011000111010111101 | f0e9d2f18ebedaf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)