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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 谷揃尊F | 10010010010010101001000110110101100100011011100001000110 | 924a91b591b846 |
EUC-JP | 谷揃尊F | 11000011101010111100001010110111110000101011101001000110 | c3abc2b7c2ba46 |
UTF-8 | 谷揃尊F | 11101000101100001011011111100110100011111000001111100101101100001000101001000110 | e8b0b7e68f83e5b08a46 |
UHC | 谷?尊F | 110011011101101100111111111100001110111001000110 | cddb3ff0ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)