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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | テ、ツソツ纂BF | 110000111010010011000010101111111100001010001110010110110100001001000110 | c3a4c2bfc28e5b4246 |
EUC-JP | テ、ツソツ纂BF | 1000111011000011100011101010010010001110110000101000111010111111100011101100001010111011101111000100001001000110 | 8ec38ea48ec28ebf8ec2bbbc4246 |
UTF-8 | テ、ツソツ纂BF | 1110111110111110100000111110111110111101101001001110111110111110100000101110111110111101101111111110111110111110100000101110011110111010100000100100001001000110 | efbe83efbda4efbe82efbdbfefbe82e7ba824246 |
UHC | ?????纂BF | 001111110011111100111111001111110011111111110011110000110100001001000110 | 3f3f3f3f3ff3c34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)