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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貞卍 | 10010010111001011001100111000010 | 92e599c2 |
EUC-JP | 貞卍 | 11000100111001111101001011000100 | c4e7d2c4 |
UTF-8 | 貞卍 | 111010001011001010011110111001011000110110001101 | e8b29ee58d8d |
UHC | 貞卍 | 11101111111101101101100010110011 | eff6d8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)