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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存旦孫 | 100100011011011010010010010101011001000110110111 | 91b6925591b7 |
EUC-JP | 存旦孫 | 110000101011100011000011101101101100001010111001 | c2b8c3b6c2b9 |
UTF-8 | 存旦孫 | 111001011010110110011000111001101001011110100110111001011010110110101011 | e5ad98e697a6e5adab |
UHC | 存旦孫 | 111100001110110111010011101010011110000111011101 | f0edd3a9e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)