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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 艪檸艪櫃^ | 111001001000001010011111010001011110010010000010100111110100001101011110 | e4829f45e4829f435e |
EUC-JP | 艪檸艪櫃^ | 111001111110001011011101101001101110011111100010110111011010010001011110 | e7e2dda6e7e2dda45e |
UTF-8 | 艪檸艪櫃^ | 11101000100010011010101011100110101010101011100011101000100010011010101011100110101010111000001101011110 | e889aae6aab8e889aae6ab835e |
UHC | ???櫃^ | 001111110011111100111111110011111111011001011110 | 3f3f3fcff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)