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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?鋼?鋼^ | 00111111100011010111110000111111100011010111110001011110 | 3f8d7c3f8d7c5e |
EUC-JP | 頊鋼頊鋼^ | 1000111111100111111101001011100111011101100011111110011111110100101110011101110101011110 | 8fe7f4b9dd8fe7f4b9dd5e |
UTF-8 | 頊鋼頊鋼^ | 11101001101000001000101011101001100010111011110011101001101000001000101011101001100010111011110001011110 | e9a08ae98bbce9a08ae98bbc5e |
UHC | 頊鋼頊鋼^ | 111010011111010111001011101111001110100111110101110010111011110001011110 | e9f5cbbce9f5cbbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)