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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | 萸??@臾 | 11100100110011100011111100111111010000001110010001101011 | e4ce3f3f40e46b |
EUC-JP | 萸??@臾 | 11101000110100000011111100111111010000001110011111001100 | e8d03f3f40e7cc |
UTF-8 | 萸뗫쳡@臾 | 11101000100100001011100011101011100101111010101111101100101100111010000101000000111010001000011110111110 | e890b8eb97abecb3a140e887be |
UHC | 萸뗫쳡@臾 | 111010111010110110001011111010111010101110000111010000001110101110101100 | ebad8bebab8740ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)