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 | ÷ðçÙ | 11110111111100001110011111011001 | f7f0e7d9 |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷ðçÙ | 1010000111100000100011111010100111000011100011111010101110101110100011111010101011100011 | a1e08fa9c38fabae8faae3 |
UTF-8 | ÷ðçÙ | 1100001110110111110000111011000011000011101001111100001110011001 | c3b7c3b0c3a7c399 |
UHC | ÷ð?? | 101000011100000010101001101000110011111100111111 | a1c0a9a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)