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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 已??已??^ | 100110111101111100111111001111111001101111011111001111110011111101011110 | 9bdf3f3f9bdf3f3f5e |
EUC-JP | 已??已??^ | 110101101110000100111111001111111101011011100001001111110011111101011110 | d6e13f3fd6e13f3f5e |
UTF-8 | 已곌뱄已곌뱄^ | 11100101101101111011001011101010101100111000110011101011101100011000010011100101101101111011001011101010101100111000110011101011101100011000010001011110 | e5b7b2eab38cebb184e5b7b2eab38cebb1845e |
UHC | 已곌뱄已곌뱄^ | 11101100101010111011000011101010101110011110111111101100101010111011000011101010101110011110111101011110 | ecabb0eab9efecabb0eab9ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)