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 | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-WIN | 篠モル偲璽} | 100011101100001011010011110110011000111011000011100011101010001101111101 | 8ec2d3d98ec38ea37d |
EUC-JP | 篠モル偲璽} | 1011110011000100100011101101001110001110110110011011110011000101101111001010010101111101 | bcc48ed38ed9bcc5bca57d |
UTF-8 | 篠モル偲璽} | 11100111101011111010000011101111101111101001001111101111101111101001100111100101100000011011001011100111100100101011110101111101 | e7afa0efbe93efbe99e581b2e792bd7d |
UHC | 篠???璽} | 1110000111000110001111110011111100111111110111111101111001111101 | e1c63f3f3fdfde7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)