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 | ?悳覡? | 001111111001110001111011111001100100110100111111 | 3f9c7be64d3f |
EUC-JP | ?悳覡? | 001111111101011111011100111010111010111000111111 | 3fd7dcebae3f |
UTF-8 | 뤦悳覡꾕 | 111010111010010010100110111001101000001010110011111010001010011010100001111010101011111010010101 | eba4a6e682b3e8a6a1eabe95 |
UHC | 뤦悳覡꾕 | 1000111111010100110100111110110111001100101011111011001011010111 | 8fd4d3edccafb2d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)