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 | ?RC | 001111110101001001000011 | 3f5243 |
SJIS-WIN | 涌RC | 10010111010011110101001001000011 | 974f5243 |
EUC-JP | 涌RC | 11001101101100000101001001000011 | cdb05243 |
UTF-8 | 涌RC | 1110011010110110100011000101001001000011 | e6b68c5243 |
UHC | 涌RC | 11101001101111110101001001000011 | e9bf5243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)