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 | 髏泌綾霈ッ | 111010011001000010010100111001011000100010111011111010001011110010101111 | e99094e588bbe8bcaf |
EUC-JP | 髏泌綾霈ッ | 11110001111100001100100011100111101100001011110111110000101111101000111010101111 | f1f0c8e7b0bdf0be8eaf |
UTF-8 | 髏泌綾霈ッ | 111010011010101110001111111001101011001110001100111001111011011010111110111010011001110010001000111011111011110110101111 | e9ab8fe6b38ce7b6bee99c88efbdaf |
UHC | ?泌綾?? | 00111111111110011011001011010111110100110011111100111111 | 3ff9b2d7d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)