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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 璧篌璧篌^ | 111000001111100011100010101110101110000011111000111000101011101001011110 | e0f8e2bae0f8e2ba5e |
EUC-JP | 璧篌璧篌^ | 111000001111101011100100101111001110000011111010111001001011110001011110 | e0fae4bce0fae4bc5e |
UTF-8 | 璧篌璧篌^ | 11100111100100101010011111100111101011111000110011100111100100101010011111100111101011111000110001011110 | e792a7e7af8ce792a7e7af8c5e |
UHC | 璧?璧?^ | 11011011111111010011111111011011111111010011111101011110 | dbfd3fdbfd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)