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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 扼琵\ | 1001110101001110100101001111101001011100 | 9d4e94fa5c |
EUC-JP | 扼琵\ | 1101100110101111110010001111110001011100 | d9afc8fc5c |
UTF-8 | 扼琵\ | 11100110100010011011110011100111100100001011010101011100 | e689bce790b55c |
UHC | 扼琵\ | 1110010011111001110111011111010101011100 | e4f9ddf55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)