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 | ÙÁhÙÁ | 100011101101100110001110110000010110100010001110110110011000111011000001 | 8ed98ec1688ed98ec1 |
SJIS-WIN | ????h???? | 001111110011111100111111001111110110100000111111001111110011111100111111 | 3f3f3f3f683f3f3f3f |
EUC-JP | ?Ù?Áh?Ù?Á | 0011111110001111101010101110001100111111100011111010101010100001011010000011111110001111101010101110001100111111100011111010101010100001 | 3f8faae33f8faaa1683f8faae33f8faaa1 |
UTF-8 | ÙÁhÙÁ | 1100001010001110110000111001100111000010100011101100001110000001011010001100001010001110110000111001100111000010100011101100001110000001 | c28ec399c28ec38168c28ec399c28ec381 |
UHC | ????h???? | 001111110011111100111111001111110110100000111111001111110011111100111111 | 3f3f3f3f683f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)