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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ辰ツ淞評 | 1100001010010010010000111100001010011111110000101001010101011101 | c29243c29fc2955d |
EUC-JP | ツ辰ツ淞評 | 10001110110000101100001110100100100011101100001011011110110001001100100110111110 | 8ec2c3a48ec2dec4c9be |
UTF-8 | ツ辰ツ淞評 | 111011111011111010000010111010001011111010110000111011111011111010000010111001101011011110011110111010001010100110010101 | efbe82e8beb0efbe82e6b79ee8a995 |
UHC | ?辰?淞評 | 0011111111110010111000110011111111100001111001111111100011000100 | 3ff2e33fe1e7f8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)