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 | 闡「闢殻 | 11101000100100011010001011101000100100111000101001101011 | e891a2e8938a6b |
EUC-JP | 闡「闢殻 | 1110111111110001100011101010001011101111111100111011001111001100 | eff18ea2eff3b3cc |
UTF-8 | 闡「闢殻 | 111010011001011110100001111011111011110110100010111010011001011110100010111001101010111010111011 | e997a1efbda2e997a2e6aebb |
UHC | 闡?闢? | 111101001100010100111111110111001010001100111111 | f4c53fdca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)