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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 踝′綾\ | 11100110111101001000000110001100100010001011101101011100 | e6f4818c88bb5c |
EUC-JP | 踝′綾\ | 11101100111101101010000111101100101100001011110101011100 | ecf6a1ecb0bd5c |
UTF-8 | 踝′綾\ | 11101000101110001001110111100010100000001011001011100111101101101011111001011100 | e8b89de280b2e7b6be5c |
UHC | ?′綾\ | 001111111010000111000111110101111101001101011100 | 3fa1c7d7d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)