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 | êÛ¼¤ý | 100011111110101011011011101111001010010011111101 | 8feadbbca4fd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?êÛ?¤ý | 0011111110001111101010111011010010001111101010101110010100111111100011111010001011110000100011111010101111110010 | 3f8fabb48faae53f8fa2f08fabf2 |
UTF-8 | êÛ¼¤ý | 110000101000111111000011101010101100001110011011110000101011110011000010101001001100001110111101 | c28fc3aac39bc2bcc2a4c3bd |
UHC | ???¼¤? | 0011111100111111001111111010100011111001101000101011010000111111 | 3f3f3fa8f9a2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)