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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髏費ソ・豢イ | 111010011001000010010100111011111011111110100101111001101011010010110010 | e99094efbfa5e6b4b2 |
EUC-JP | 髏費ソ・豢イ | 111100011111000011001000111100011000111010111111100011101010010111101100101101101000111010110010 | f1f0c8f18ebf8ea5ecb68eb2 |
UTF-8 | 髏費ソ・豢イ | 111010011010101110001111111010001011001010111011111011111011110110111111111011111011110110100101111010001011000110100010111011111011110110110010 | e9ab8fe8b2bbefbdbfefbda5e8b1a2efbdb2 |
UHC | ?費???? | 00111111110111101010100000111111001111110011111100111111 | 3fdea83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)