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 | äÛ¼«^ | 100011111110010011011011101111001010101101011110 | 8fe4dbbcab5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?äÛ??^ | 00111111100011111010101110100011100011111010101011100101001111110011111101011110 | 3f8faba38faae53f3f5e |
UTF-8 | äÛ¼«^ | 1100001010001111110000111010010011000011100110111100001010111100110000101010101101011110 | c28fc3a4c39bc2bcc2ab5e |
UHC | ???¼?^ | 00111111001111110011111110101000111110010011111101011110 | 3f3f3fa8f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)