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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荳ュ辜ス繖コ | 111001001011100010101101111001111000001110111101111000111000010010111010 | e4b8ade783bde384ba |
EUC-JP | 荳ュ辜ス繖コ | 111010001011101010001110101011011110110111100011100011101011110111100101111001001000111010111010 | e8ba8eadede38ebde5e48eba |
UTF-8 | 荳ュ辜ス繖コ | 111010001000110110110011111011111011110110101101111010001011111010011100111011111011110110111101111001111011100110010110111011111011110110111010 | e88db3efbdade8be9cefbdbde7b996efbdba |
UHC | 荳?辜??? | 1101010011100101001111111100110111010000001111110011111100111111 | d4e53fcdd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)