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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 谷即揃E | 10010010010010101001000110100110100100011011010101000101 | 924a91a691b545 |
EUC-JP | 谷即揃E | 11000011101010111100001010101000110000101011011101000101 | c3abc2a8c2b745 |
UTF-8 | 谷即揃E | 11101000101100001011011111100101100011011011001111100110100011111000001101000101 | e8b0b7e58db3e68f8345 |
UHC | 谷??E | 1100110111011011001111110011111101000101 | cddb3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)