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 | æ´û¤ | 1110011010011111101101001111101110100100 | e69fb4fba4 |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | æ?´û¤ | 100011111010100111000001001111111010000110101101100011111010101111100101100011111010001011110000 | 8fa9c13fa1ad8fabe58fa2f0 |
UTF-8 | æ´û¤ | 11000011101001101100001010011111110000101011010011000011101110111100001010100100 | c3a6c29fc2b4c3bbc2a4 |
UHC | æ?´?¤ | 1010100110100001001111111010001010100101001111111010001010110100 | a9a13fa2a53fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)