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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 邀・蟷」髻廖h | 1110011110110001101001011110010110111001101000111110100110011111100111000100000001101000 | e7b1a5e5b9a3e99f9c4068 |
EUC-JP | 邀・蟷」髻廖h | 11101110101100111000111010100101111010101011101110001110101000111111001010100001110101111010000101101000 | eeb38ea5eabb8ea3f2a1d7a168 |
UTF-8 | 邀・蟷」髻廖h | 11101001100000101000000011101111101111011010010111101000100111111011011111101111101111011010001111101001101010111011101111100101101110111001011001101000 | e98280efbda5e89fb7efbda3e9abbbe5bb9668 |
UHC | 邀????廖h | 111010011010110100111111001111110011111100111111110101101111100001101000 | e9ad3f3f3f3fd6f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)