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 | 髏疲峡闊 | 1110100110010000100101001110011010001011101011001110100010001000 | e99094e68bace888 |
EUC-JP | 髏疲峡闊 | 1111000111110000110010001110100010110110101011101110111111101000 | f1f0c8e8b6aeefe8 |
UTF-8 | 髏疲峡闊 | 111010011010101110001111111001111001011010110010111001011011001110100001111010011001011110001010 | e9ab8fe796b2e5b3a1e9978a |
UHC | ?疲?闊 | 001111111111100110101010001111111111110011000100 | 3ff9aa3ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)