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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髴咲刊^ | 11101001100111001000110111100111100010101010011101011110 | e99c8de78aa75e |
EUC-JP | 髴咲刊^ | 11110001111111001011101011101001101101001010100101011110 | f1fcbae9b4a95e |
UTF-8 | 髴咲刊^ | 11101001101010111011010011100101100100101011001011100101100010001000101001011110 | e9abb4e592b2e5888a5e |
UHC | ??刊^ | 0011111100111111110010101100101001011110 | 3f3fcaca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)