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 | 陂危轟岺 | 1110100010011000100010101110101110001101100011001111101010101101 | e8988aeb8d8cfaad |
EUC-JP | 陂危轟岺 | 111011111111100010110100111011011011100111101100100011111011101110111000 | eff8b4edb9ec8fbbb8 |
UTF-8 | 陂危轟岺 | 111010011001100110000010111001011000110110110001111010001011110110011111111001011011001010111010 | e99982e58db1e8bd9fe5b2ba |
UHC | 陂危轟岺 | 1111100110101110111010101100101111001110110111101101011010111001 | f9aeeacbceded6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)