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 | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
SJIS-WIN | 恂??` | 1001110010010110001111110011111101100000 | 9c963f3f60 |
EUC-JP | 恂??` | 1101011111110110001111110011111101100000 | d7f63f3f60 |
UTF-8 | 恂렗렒` | 11100110100000011000001011101011101000001001011111101011101000001001001001100000 | e68182eba097eba09260 |
UHC | 恂렗렒` | 11100010111000011000111010101100100011101010011101100000 | e2e18eac8ea760 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)