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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髏費ソ・ | 111010011001000010010100111011111011111110100101 | e99094efbfa5 |
EUC-JP | 髏費ソ・ | 1111000111110000110010001111000110001110101111111000111010100101 | f1f0c8f18ebf8ea5 |
UTF-8 | 髏費ソ・ | 111010011010101110001111111010001011001010111011111011111011110110111111111011111011110110100101 | e9ab8fe8b2bbefbdbfefbda5 |
UHC | ?費?? | 0011111111011110101010000011111100111111 | 3fdea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)