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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??訟? | 10001000101000100011111100111111100011111101011100111111 | 88a23f3f8fd73f |
EUC-JP | 阿??訟? | 10110000101001000011111100111111101111101101100100111111 | b0a43f3fbed93f |
UTF-8 | 阿놂쪔訟귻 | 111010011001100010111111111010111000011010000010111011001010101010010100111010001010100010011111111010101011011110111011 | e998bfeb8682ecaa94e8a89feab7bb |
UHC | 阿놂쪔訟귻 | 11100100101110011011001111101111101001011000111011100001111010001000001101000010 | e4b9b3efa58ee1e88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)