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 | 占?? | 10010000111010000011111100111111 | 90e83f3f |
EUC-JP | 占?? | 11000000111010100011111100111111 | c0ea3f3f |
UTF-8 | 占졖퀷 | 111001011000110110100000111011001010000110010110111011011000000010110111 | e58da0eca196ed80b7 |
UHC | 占졖퀷 | 111011111011111110100000110000101011010001001000 | efbfa0c2b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)