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 | 輕管^ | 1110011101101010100010101100011101011110 | e76a8ac75e |
EUC-JP | 輕管^ | 1110110111001011101101001100100101011110 | edcbb4c95e |
UTF-8 | 輕管^ | 11101000101111001001010111100111101011101010000101011110 | e8bc95e7aea15e |
UHC | 輕管^ | 1100110011101110110011101011011101011110 | cceeceb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)