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 | 裴シ阨ュ魴 | 1110010111101000101111001110100010010101101011011110100110110101 | e5e8bce895ade9b5 |
EUC-JP | 裴シ阨ュ魴 | 11101010111010101000111010111100111011111111010110001110101011011111001010110111 | eaea8ebceff58eadf2b7 |
UTF-8 | 裴シ阨ュ魴 | 111010001010001110110100111011111011110110111100111010011001100010101000111011111011110110101101111010011010110110110100 | e8a3b4efbdbce998a8efbdade9adb4 |
UHC | 裴???? | 110110111101000000111111001111110011111100111111 | dbd03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)