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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶬溥k隴 | 1001101111010010100111111110111010000010100010111110100010101101 | 9bd29fee828be8ad |
EUC-JP | 嶬溥k隴 | 1101011011010100110111101111000010100011111010111111000010101111 | d6d4def0a3ebf0af |
UTF-8 | 嶬溥k隴 | 111001011011011010101100111001101011101010100101111011111011110110001011111010011001101010110100 | e5b6ace6baa5efbd8be99ab4 |
UHC | ?溥k? | 001111111101110110101010101000111110101100111111 | 3fddaaa3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)