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 | ¼¬ç¯ | 10111100101011001110011110101111 | bcace7af |
SJIS-WIN | ?¬?? | 0011111110000001110010100011111100111111 | 3f81ca3f3f |
EUC-JP | ?¬ç¯ | 001111111010001011001100100011111010101110101110100011111010001010110100 | 3fa2cc8fabae8fa2b4 |
UTF-8 | ¼¬ç¯ | 1100001010111100110000101010110011000011101001111100001010101111 | c2bcc2acc3a7c2af |
UHC | ¼??? | 1010100011111001001111110011111100111111 | a8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)