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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 達足達足^ | 100100100100001010010001101010111001001001000010100100011010101101011110 | 924291ab924291ab5e |
EUC-JP | 達足達足^ | 110000111010001111000010101011011100001110100011110000101010110101011110 | c3a3c2adc3a3c2ad5e |
UTF-8 | 達足達足^ | 11101001100000011001010011101000101101101011001111101001100000011001010011101000101101101011001101011110 | e98194e8b6b3e98194e8b6b35e |
UHC | 達足達足^ | 110100111011100111110000111010111101001110111001111100001110101101011110 | d3b9f0ebd3b9f0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)