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 | ??kD??kD^ | 001111110011111101101011010001000011111100111111011010110100010001011110 | 3f3f6b443f3f6b445e |
SJIS-WIN | 恁?kD恁?kD^ | 1001110010001100001111110110101101000100100111001000110000111111011010110100010001011110 | 9c8c3f6b449c8c3f6b445e |
EUC-JP | 恁?kD恁?kD^ | 1101011111101100001111110110101101000100110101111110110000111111011010110100010001011110 | d7ec3f6b44d7ec3f6b445e |
UTF-8 | 恁₄kD恁₄kD^ | 1110011010000001100000011110001010000010100001000110101101000100111001101000000110000001111000101000001010000100011010110100010001011110 | e68181e282846b44e68181e282846b445e |
UHC | 恁₄kD恁₄kD^ | 11101100111101101010100111111110011010110100010011101100111101101010100111111110011010110100010001011110 | ecf6a9fe6b44ecf6a9fe6b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)