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 | êÛ¼¥ | 1000111111101010110110111011110010100101 | 8feadbbca5 |
SJIS-WIN | ????¥ | 001111110011111100111111001111111000000110001111 | 3f3f3f3f818f |
EUC-JP | ?êÛ?? | 001111111000111110101011101101001000111110101010111001010011111100111111 | 3f8fabb48faae53f3f |
UTF-8 | êÛ¼¥ | 11000010100011111100001110101010110000111001101111000010101111001100001010100101 | c28fc3aac39bc2bcc2a5 |
UHC | ???¼? | 001111110011111100111111101010001111100100111111 | 3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)