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 | 全企? | 1001000101010011100010101110100100111111 | 91538ae93f |
EUC-JP | 全企? | 1100000110110100101101001110101100111111 | c1b4b4eb3f |
UTF-8 | 全企욍 | 111001011000010110101000111001001011110010000001111011001001101010001101 | e585a8e4bc81ec9a8d |
UHC | 全企욍 | 111011101110111111010000111010101011111111100011 | eeefd0eabfe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)