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 | 顏懈キ手ョ | 1110100011111000100111001110011010110111100011101110100010101110 | e8f89ce6b78ee8ae |
EUC-JP | 顏懈キ手ョ | 11110000111110101101100011101000100011101011011110111100111010101000111010101110 | f0fad8e88eb7bcea8eae |
UTF-8 | 顏懈キ手ョ | 111010011010000110001111111001101000011110001000111011111011110110110111111001101000100110001011111011111011110110101110 | e9a18fe68788efbdb7e6898befbdae |
UHC | ?懈?手? | 00111111111110101010101100111111111000101010001000111111 | 3ffaab3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)