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 | 孫短存 | 100100011011011110010010010110101001000110110110 | 91b7925a91b6 |
EUC-JP | 孫短存 | 110000101011100111000011101110111100001010111000 | c2b9c3bbc2b8 |
UTF-8 | 孫短存 | 111001011010110110101011111001111001111110101101111001011010110110011000 | e5adabe79fade5ad98 |
UHC | 孫短存 | 111000011101110111010011101011011111000011101101 | e1ddd3adf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)