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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 量去量醵^ | 100101111100101010001011100011101001011111001010111001111101000101011110 | 97ca8b8e97cae7d15e |
EUC-JP | 量去量醵^ | 110011101100110010110101111011101100111011001100111011101101001101011110 | ceccb5eececceed35e |
UTF-8 | 量去量醵^ | 11101001100001111000111111100101100011101011101111101001100001111000111111101001100001101011010101011110 | e9878fe58ebbe9878fe986b55e |
UHC | 量去量醵^ | 110101011110000111001011110110111101010111100001110010111101100101011110 | d5e1cbdbd5e1cbd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)