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 | ????㎏^ | 00111111001111110011111100111111100001110111001101011110 | 3f3f3f3f87735e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 泥퀰淋믪㎏^ | 11101111101001111010001111101101100000001011000011101111101001111011010111101011101011111010101011100011100011101000111101011110 | efa7a3ed80b0efa7b5ebafaae38e8f5e |
UHC | 泥퀰淋믪㎏^ | 1110110010110010101101000100001111101100111110001001001011101100101001111011100001011110 | ecb2b443ecf892eca7b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)