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 | ÐÙÁ | 100011101101000010001110110110011000111011000001 | 8ed08ed98ec1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Ù?Á | 00111111001111110011111110001111101010101110001100111111100011111010101010100001 | 3f3f3f8faae33f8faaa1 |
UTF-8 | ÐÙÁ | 110000101000111011000011100100001100001010001110110000111001100111000010100011101100001110000001 | c28ec390c28ec399c28ec381 |
UHC | ?Ð???? | 00111111101010001010001000111111001111110011111100111111 | 3fa8a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)