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 | ÎÇä | 100011101100111010001110110001111110010010101101 | 8ece8ec7e4ad |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Î?Çä? | 001111111000111110101010110000100011111110001111101010101010111010001111101010111010001100111111 | 3f8faac23f8faaae8faba33f |
UTF-8 | ÎÇä | 110000101000111011000011100011101100001010001110110000111000011111000011101001001100001010101101 | c28ec38ec28ec387c3a4c2ad |
UHC | ????? | 00111111001111110011111100111111001111111010000110101001 | 3f3f3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)