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 | 11100110100011111001011011101010101110001010010111100110100011111001011011101010101110001010010101000010 | e68f96eab8a5e68f96eab8a542 |
UHC | 揖긥揖긥B | 111010111110011110000011011010011110101111100111100000110110100101000010 | ebe78369ebe7836942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)