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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 膊輛] | 1110010001001101111001110111000001011101 | e44de7705d |
EUC-JP | 膊輛] | 1110011110101110111011011101000101011101 | e7aeedd15d |
UTF-8 | 膊輛] | 11101000100001101000101011101000101111001001101101011101 | e8868ae8bc9b5d |
UHC | 膊輛] | 1101101011011011110101011110000001011101 | dadbd5e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)