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 | 昔洵珣 | 100100001100110010011111101010111111101101100011 | 90cc9fabfb63 |
EUC-JP | 昔洵珣 | 11000000110011101101111010101101100011111100101111110100 | c0cedead8fcbf4 |
UTF-8 | 昔洵珣 | 111001101001100010010100111001101011010010110101111001111000111110100011 | e69894e6b4b5e78fa3 |
UHC | 昔洵珣 | 111000001010111011100010111001111110001011101001 | e0aee2e7e2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)