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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沃?愍沃 | 10010111100000000011111110011100101111001001011110000000 | 97803f9cbc9780 |
EUC-JP | 沃?愍沃 | 11001101111000000011111111011000101111101100110111100000 | cde03fd8becde0 |
UTF-8 | 沃뤄愍沃 | 111001101011001010000011111010111010010010000100111001101000010010001101111001101011001010000011 | e6b283eba484e6848de6b283 |
UHC | 沃뤄愍沃 | 1110100010101010101101111110111111011010110000001110100010101010 | e8aab7efdac0e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)