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 | ツ淞鳴麓 | 11000010100111111100001010010110110000101001100001011011 | c29fc296c2985b |
EUC-JP | ツ淞鳴麓 | 1000111011000010110111101100010011001100110001001100111110111100 | 8ec2dec4ccc4cfbc |
UTF-8 | ツ淞鳴麓 | 111011111011111010000010111001101011011110011110111010011011001110110100111010011011101010010011 | efbe82e6b79ee9b3b4e9ba93 |
UHC | ?淞鳴麓 | 00111111111000011110011111011001101100001101011011100100 | 3fe1e7d9b0d6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)