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 | 醱? | 10001111111000101111011100111111 | 8fe2f73f |
UTF-8 | 醱잎 | 111010011000011010110001111011001001111010001110 | e986b1ec9e8e |
UHC | 醱잎 | 11011011101000111100000011011001 | dba3c0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)