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 | 遒作墳 | 111001111010001010001101111011001001010110101101 | e7a28dec95ad |
EUC-JP | 遒作墳 | 111011101010010010111010111011101100101010101111 | eea4baeecaaf |
UTF-8 | 遒作墳 | 111010011000000110010010111001001011110110011100111001011010001010110011 | e98192e4bd9ce5a2b3 |
UHC | ?作墳 | 0011111111101101110000101101110111000101 | 3fedc2ddc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)