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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???絲?甲 | 0011111100111111001111111110001101001110001111111000110101100010 | 3f3f3fe34e3f8d62 |
EUC-JP | ??焌絲?甲 | 00111111001111111000111111001001111010001110010110101111001111111011100111000011 | 3f3f8fc9e8e5af3fb9c3 |
UTF-8 | 亐렕焌絲렋甲 | 111001001011101010010000111010111010000010010101111001111000010010001100111001111011010110110010111010111010000010001011111001111001010010110010 | e4ba90eba095e7848ce7b5b2eba08be794b2 |
UHC | 亐렕焌絲렋甲 | 111010101010011110001110101010101111000111100000110111101110101010001110101000101100101110100011 | eaa78eaaf1e0deea8ea2cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)