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 | 揖??毓 | 100101110100101100111111001111111001111101111001 | 974b3f3f9f79 |
EUC-JP | 揖??毓 | 110011011010110000111111001111111101110111011010 | cdac3f3fddda |
UTF-8 | 揖잛떒毓 | 111001101000111110010110111011001001111010011011111010111001011010010010111001101010111110010011 | e68f96ec9e9beb9692e6af93 |
UHC | 揖잛떒毓 | 1110101111100111100111111110110010001011101010001110101110111110 | ebe79fec8ba8ebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)