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 | 撕鴿魍 | 100111011001100111101001111110011110100110110001 | 9d99e9f9e9b1 |
EUC-JP | 撕鴿魍 | 110110011111100111110010111110111111001010110011 | d9f9f2fbf2b3 |
UTF-8 | 撕鴿魍 | 111001101001001010010101111010011011010010111111111010011010110110001101 | e69295e9b4bfe9ad8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)