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 | ?_?_?_?_B | 001111110101111100111111010111110011111101011111001111110101111101000010 | 3f5f3f5f3f5f3f5f42 |
SJIS-WIN | ?_?_?_?_B | 001111110101111100111111010111110011111101011111001111110101111101000010 | 3f5f3f5f3f5f3f5f42 |
EUC-JP | ?_?_?_?_B | 001111110101111100111111010111110011111101011111001111110101111101000010 | 3f5f3f5f3f5f3f5f42 |
UTF-8 | 묧_묧_묧_묧_B | 1110101110101100101001110101111111101011101011001010011101011111111010111010110010100111010111111110101110101100101001110101111101000010 | ebaca75febaca75febaca75febaca75f42 |
UHC | 묧_묧_묧_묧_B | 10010001111111100101111110010001111111100101111110010001111111100101111110010001111111100101111101000010 | 91fe5f91fe5f91fe5f91fe5f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)