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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 達存叩L | 10010010010000101001000110110110100100100100000001001100 | 924291b692404c |
EUC-JP | 達存叩L | 11000011101000111100001010111000110000111010000101001100 | c3a3c2b8c3a14c |
UTF-8 | 達存叩L | 11101001100000011001010011100101101011011001100011100101100011111010100101001100 | e98194e5ad98e58fa94c |
UHC | 達存叩L | 11010011101110011111000011101101110011011011000001001100 | d3b9f0edcdb04c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)