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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | ?h? | 001111110110100000111111 | 3f683f |
EUC-JP | 瘦h瘦 | 10001111110011011111011101101000100011111100110111110111 | 8fcdf7688fcdf7 |
UTF-8 | 瘦h瘦 | 11100111100110001010011001101000111001111001100010100110 | e798a668e798a6 |
UHC | 瘦h瘦 | 1110001010110001011010001110001010110001 | e2b168e2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)