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 | 髴ー迹ッ迹ッ^ | 11101001100111001011000011100111100100011010111111100111100100011010111101011110 | e99cb0e791afe791af5e |
EUC-JP | 髴ー迹ッ迹ッ^ | 11110001111111001000111010110000111011011111000110001110101011111110110111110001100011101010111101011110 | f1fc8eb0edf18eafedf18eaf5e |
UTF-8 | 髴ー迹ッ迹ッ^ | 11101001101010111011010011101111101111011011000011101000101111111011100111101111101111011010111111101000101111111011100111101111101111011010111101011110 | e9abb4efbdb0e8bfb9efbdafe8bfb9efbdaf5e |
UHC | ??迹?迹?^ | 001111110011111111101110111010010011111111101110111010010011111101011110 | 3f3feee93feee93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)