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 | 髴仔^ | 1110100110011100100011100110010101011110 | e99c8e655e |
EUC-JP | 髴仔^ | 1111000111111100101110111100011001011110 | f1fcbbc65e |
UTF-8 | 髴仔^ | 11101001101010111011010011100100101110111001010001011110 | e9abb4e4bb945e |
UHC | ?仔^ | 00111111111011011010100001011110 | 3feda85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)