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 | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
SJIS-WIN | テュテォツヲM^ | 1100001110101101110000111010101111000010101001100100110101011110 | c3adc3abc2a64d5e |
EUC-JP | テュテォツヲM^ | 1000111011000011100011101010110110001110110000111000111010101011100011101100001010001110101001100100110101011110 | 8ec38ead8ec38eab8ec28ea64d5e |
UTF-8 | テュテォツヲM^ | 1110111110111110100000111110111110111101101011011110111110111110100000111110111110111101101010111110111110111110100000101110111110111101101001100100110101011110 | efbe83efbdadefbe83efbdabefbe82efbda64d5e |
UHC | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)