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 | ¶¬¶¬^ | 100111101011011010001111101011001001111010110110100011111010110001011110 | 9eb68fac9eb68fac5e |
SJIS-WIN | ?¶?¬?¶?¬^ | 00111111100000011111011100111111100000011100101000111111100000011111011100111111100000011100101001011110 | 3f81f73f81ca3f81f73f81ca5e |
EUC-JP | ?¶?¬?¶?¬^ | 00111111101000101111100100111111101000101100110000111111101000101111100100111111101000101100110001011110 | 3fa2f93fa2cc3fa2f93fa2cc5e |
UTF-8 | ¶¬¶¬^ | 1100001010011110110000101011011011000010100011111100001010101100110000101001111011000010101101101100001010001111110000101010110001011110 | c29ec2b6c28fc2acc29ec2b6c28fc2ac5e |
UHC | ?¶???¶??^ | 0011111110100010110100100011111100111111001111111010001011010010001111110011111101011110 | 3fa2d23f3f3fa2d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)