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 | êÛ¼Û¼ | 100011111110101011011011101111001101101110111100 | 8feadbbcdbbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?êÛ?Û? | 001111111000111110101011101101001000111110101010111001010011111110001111101010101110010100111111 | 3f8fabb48faae53f8faae53f |
UTF-8 | êÛ¼Û¼ | 110000101000111111000011101010101100001110011011110000101011110011000011100110111100001010111100 | c28fc3aac39bc2bcc39bc2bc |
UHC | ???¼?¼ | 0011111100111111001111111010100011111001001111111010100011111001 | 3f3f3fa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)