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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??誣??^ | 00111111001111111110011001110111001111110011111101011110 | 3f3fe6773f3f5e |
EUC-JP | ??誣??^ | 00111111001111111110101111011000001111110011111101011110 | 3f3febd83f3f5e |
UTF-8 | 泥고誣易렑^ | 11101111101001111010001111101010101100111010000011101000101010101010001111101111101001111010000011101011101000001001000101011110 | efa7a3eab3a0e8aaa3efa7a0eba0915e |
UHC | 泥고誣易렑^ | 1110110010110010101100001110110111011001111101001110110010101111100011101010011001011110 | ecb2b0edd9f4ecaf8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)