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 | êÛ¼« | 1000111111101010110110111011110010101011 | 8feadbbcab |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?êÛ?? | 001111111000111110101011101101001000111110101010111001010011111100111111 | 3f8fabb48faae53f3f |
UTF-8 | êÛ¼« | 11000010100011111100001110101010110000111001101111000010101111001100001010101011 | c28fc3aac39bc2bcc2ab |
UHC | ???¼? | 001111110011111100111111101010001111100100111111 | 3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)