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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昔洵愠 | 100100001100110010011111101010111111101011000001 | 90cc9fabfac1 |
EUC-JP | 昔洵? | 1100000011001110110111101010110100111111 | c0cedead3f |
UTF-8 | 昔洵愠 | 111001101001100010010100111001101011010010110101111001101000010010100000 | e69894e6b4b5e684a0 |
UHC | 昔洵? | 1110000010101110111000101110011100111111 | e0aee2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)