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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 琰? | 10001111110011001011010000111111 | 8fccb43f |
UTF-8 | 琰띰 | 111001111001000010110000111010111001110110110000 | e790b0eb9db0 |
UHC | 琰띰 | 11100110111111001011011011101111 | e6fcb6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)