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 | 11100110101001011010111011101000100100011001101111101100101001111010011101101000 | e6a5aee8919beca7a768 |
EUC-JP | 讌ョ闡幗ァァh | 11101100101001111000111010101110111011111111000111010110111011101000111010100111100011101010011101101000 | eca78eaeeff1d6ee8ea78ea768 |
UTF-8 | 讌ョ闡幗ァァh | 11101000101011101000110011101111101111011010111011101001100101111010000111100101101110011001011111101111101111011010011111101111101111011010011101101000 | e8ae8cefbdaee997a1e5b997efbda7efbda768 |
UHC | ??闡???h | 0011111100111111111101001100010100111111001111110011111101101000 | 3f3ff4c53f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)