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 | ????g?? | 00111111001111110011111100111111011001110011111100111111 | 3f3f3f3f673f3f |
SJIS-WIN | 錠嶝??g?? | 100011111111100110011011110100010011111100111111011001110011111100111111 | 8ff99bd13f3f673f3f |
EUC-JP | 錠嶝??g焌? | 1011111011111011110101101101001100111111001111110110011110001111110010011110100000111111 | befbd6d33f3f678fc9e83f |
UTF-8 | 錠嶝렰렪g焌렦 | 11101001100011001010000011100101101101101001110111101011101000001011000011101011101000001010101001100111111001111000010010001100111010111010000010100110 | e98ca0e5b69deba0b0eba0aa67e7848ceba0a6 |
UHC | 錠嶝렰렪g焌렦 | 11101111111111001101010011110001100011101011110110001110101110000110011111110001111000001000111010110101 | effcd4f18ebd8eb867f1e08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)