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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 啼薺^ | 1001101001100101111001010101010001011110 | 9a65e5545e |
EUC-JP | 啼薺^ | 1101001111000110111010011011010101011110 | d3c6e9b55e |
UTF-8 | 啼薺^ | 11100101100101011011110011101000100101101011101001011110 | e595bce896ba5e |
UHC | 啼薺^ | 1111000010100110111100001011000101011110 | f0a6f0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)