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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?秉?巖?^ | 0011111111100010010111000011111110011011110111000011111101011110 | 3fe25c3f9bdc3f5e |
EUC-JP | ?秉?巖?^ | 0011111111100011101111010011111111010110110111100011111101011110 | 3fe3bd3fd6de3f5e |
UTF-8 | 뤶秉틣巖성^ | 11101011101001001011011011100111101001111000100111101101100010111010001111100101101101111001011011101100100001001011000101011110 | eba4b6e7a789ed8ba3e5b796ec84b15e |
UHC | 뤶秉틣巖성^ | 1000111111100100110111001011110010111010100011111110010011011100101111001011101001011110 | 8fe4dcbcba8fe4dcbcba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)