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 | ðè¼Ü¼Ù¼ | 11110000111010001011110011011100101111001101100110111100 | f0e8bcdcbcd9bc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ðè?Ü?Ù? | 100011111010100111000011100011111010101110110010001111111000111110101010111001000011111110001111101010101110001100111111 | 8fa9c38fabb23f8faae43f8faae33f |
UTF-8 | ðè¼Ü¼Ù¼ | 1100001110110000110000111010100011000010101111001100001110011100110000101011110011000011100110011100001010111100 | c3b0c3a8c2bcc39cc2bcc399c2bc |
UHC | ð?¼?¼?¼ | 1010100110100011001111111010100011111001001111111010100011111001001111111010100011111001 | a9a33fa8f93fa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)