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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 膵э終^ | 11100100010110001000010010001111100011110100100101011110 | e458848f8f495e |
EUC-JP | 膵э終^ | 11100111101110011010011111101111101111011010101001011110 | e7b9a7efbdaa5e |
UTF-8 | 膵э終^ | 111010001000011010110101110100011000110111100111101101011000001001011110 | e886b5d18de7b5825e |
UHC | 膵э終^ | 11110101111111011010110011101111111100001111101101011110 | f5fdaceff0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)