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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 陋孰{d | 111010001001101110011011011110000111101101100100 | e89b9b787b64 |
EUC-JP | 陋孰{d | 111011111111101111010101110110010111101101100100 | effbd5d97b64 |
UTF-8 | 陋孰{d | 1110100110011001100010111110010110101101101100000111101101100100 | e9998be5adb07b64 |
UHC | 陋孰{d | 110101111011000011100010110101010111101101100100 | d7b0e2d57b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)