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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晤f?? | 100111011110101110000010100001100011111100111111 | 9deb82863f3f |
EUC-JP | 晤f?? | 110110101110110110100011111001100011111100111111 | daeda3e63f3f |
UTF-8 | 晤f뇪殮 | 111001101001100110100100111011111011110110000110111010111000011110101010111011111010011010100101 | e699a4efbd86eb87aaefa6a5 |
UHC | 晤f뇪殮 | 1110011111111011101000111110011010000111100100001110011011111001 | e7fba3e68790e6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)