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 | ??C? | 00111111001111110100001100111111 | 3f3f433f |
SJIS-WIN | ?拔C文 | 001111111001110101010101010000111001010110110110 | 3f9d554395b6 |
EUC-JP | ?拔C文 | 001111111101100110110110010000111100101010111000 | 3fd9b643cab8 |
UTF-8 | 뤶拔C文 | 11101011101001001011011011100110100010111001010001000011111001101001011010000111 | eba4b6e68b9443e69687 |
UHC | 뤶拔C文 | 10001111111001001101101011111011010000111101100111111110 | 8fe4dafb43d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)