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 | 髏泌綾霈ッ髏 | 1110100110010000100101001110010110001000101110111110100010111100101011111110100110010000 | e99094e588bbe8bcafe990 |
EUC-JP | 髏泌綾霈ッ髏 | 111100011111000011001000111001111011000010111101111100001011111010001110101011111111000111110000 | f1f0c8e7b0bdf0be8eaff1f0 |
UTF-8 | 髏泌綾霈ッ髏 | 111010011010101110001111111001101011001110001100111001111011011010111110111010011001110010001000111011111011110110101111111010011010101110001111 | e9ab8fe6b38ce7b6bee99c88efbdafe9ab8f |
UHC | ?泌綾??? | 0011111111111001101100101101011111010011001111110011111100111111 | 3ff9b2d7d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)