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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嚴ъ?^ | 100110101000111010000100100011000011111101011110 | 9a8e848c3f5e |
EUC-JP | 嚴ъ?^ | 110100111110111010100111111011000011111101011110 | d3eea7ec3f5e |
UTF-8 | 嚴ъ맑^ | 111001011001101010110100110100011000101011101011101001111001000101011110 | e59ab4d18aeba7915e |
UHC | 嚴ъ맑^ | 11100101111100011010110011101100101110001011110001011110 | e5f1acecb8bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)