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 | ツ辰ツ淞富 | 1100001010010010010000111100001010011111110000101001010101111000 | c29243c29fc29578 |
EUC-JP | ツ辰ツ淞富 | 10001110110000101100001110100100100011101100001011011110110001001100100111011001 | 8ec2c3a48ec2dec4c9d9 |
UTF-8 | ツ辰ツ淞富 | 111011111011111010000010111010001011111010110000111011111011111010000010111001101011011110011110111001011010111110001100 | efbe82e8beb0efbe82e6b79ee5af8c |
UHC | ?辰?淞富 | 0011111111110010111000110011111111100001111001111101110110100011 | 3ff2e33fe1e7dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)