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 | 頷費ス「鬯 | 1110100011110101100101001110111110111101101000101110100110101100 | e8f594efbda2e9ac |
EUC-JP | 頷費ス「鬯 | 11110000111101111100100011110001100011101011110110001110101000101111001010101110 | f0f7c8f18ebd8ea2f2ae |
UTF-8 | 頷費ス「鬯 | 111010011010000010110111111010001011001010111011111011111011110110111101111011111011110110100010111010011010110010101111 | e9a0b7e8b2bbefbdbdefbda2e9acaf |
UHC | ?費??? | 001111111101111010101000001111110011111100111111 | 3fdea83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)