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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髢セ驢咲オ。^ | 11101001100101101011111011101001100001101000110111100111101101011010000101011110 | e996bee9868de7b5a15e |
EUC-JP | 髢セ驢咲オ。^ | 11110001111101101000111010111110111100011110011010111010111010011000111010110101100011101010000101011110 | f1f68ebef1e6bae98eb58ea15e |
UTF-8 | 髢セ驢咲オ。^ | 11101001101010111010001011101111101111011011111011101001101010011010001011100101100100101011001011101111101111011011010111101111101111011010000101011110 | e9aba2efbdbee9a9a2e592b2efbdb5efbda15e |
UHC | ??驢???^ | 0011111100111111110101011111000000111111001111110011111101011110 | 3f3fd5f03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)