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 | 100011111101111110111001110001001111000011000001111110001011000101000010 | 8fdfb9c4f0c1f8b142 |
EUC-JP | 鍾ケト??B | 101111101110000110001110101110011000111011000100001111110011111101000010 | bee18eb98ec43f3f42 |
UTF-8 | 鍾ケトB | 11101001100011011011111011101111101111011011100111101111101111101000010011101110100000101000000011101110100110011001000001000010 | e98dbeefbdb9efbe84ee8280ee999042 |
UHC | 鍾????B | 11110001101000110011111100111111001111110011111101000010 | f1a33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)