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 | 肉??^ | 1001001111110111001111110011111101011110 | 93f73f3f5e |
EUC-JP | 肉??^ | 1100011011111001001111110011111101011110 | c6f93f3f5e |
UTF-8 | 肉꿰벀^ | 11101000100000101000100111101010101111111011000011101011101100101000000001011110 | e88289eabfb0ebb2805e |
UHC | 肉꿰벀^ | 11101011101111111011001011100111100100111010011001011110 | ebbfb2e793a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)