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 | 短側遜 | 100100100101101010010001101001001001000110111011 | 925a91a491bb |
EUC-JP | 短側遜 | 110000111011101111000010101001101100001010111101 | c3bbc2a6c2bd |
UTF-8 | 短側遜 | 111001111001111110101101111001011000000110110100111010011000000110011100 | e79fade581b4e9819c |
UHC | 短側遜 | 110100111010110111110110101100001110000111100001 | d3adf6b0e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)