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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 揖?揖?B | 10010111010010110011111110010111010010110011111101000010 | 974b3f974b3f42 |
EUC-JP | 揖?揖?B | 11001101101011000011111111001101101011000011111101000010 | cdac3fcdac3f42 |
UTF-8 | 揖쳚揖쳚B | 11100110100011111001011011101100101100111001101011100110100011111001011011101100101100111001101001000010 | e68f96ecb39ae68f96ecb39a42 |
UHC | 揖쳚揖쳚B | 111010111110011110101011011110101110101111100111101010110111101001000010 | ebe7ab7aebe7ab7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)