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 | 揖?連揖 | 10010111010010110011111110011000010000011001011101001011 | 974b3f9841974b |
EUC-JP | 揖?連揖 | 11001101101011000011111111001111101000101100110110101100 | cdac3fcfa2cdac |
UTF-8 | 揖뀄連揖 | 111001101000111110010110111010111000000010000100111010011000000010100011111001101000111110010110 | e68f96eb8084e980a3e68f96 |
UHC | 揖뀄連揖 | 1110101111100111101100101110110111010110101001111110101111100111 | ebe7b2edd6a7ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)