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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髷∫ォ歃 | 11101001100111101000000111100111101010111001111101011100 | e99e81e7ab9f5c |
EUC-JP | 髷∫ォ歃 | 1111000111111110101000101110100110001110101010111101110110111101 | f1fea2e98eabddbd |
UTF-8 | 髷∫ォ歃 | 111010011010101110110111111000101000100010101011111011111011110110101011111001101010110110000011 | e9abb7e288abefbdabe6ad83 |
UHC | ?∫?? | 0011111110100001111100100011111100111111 | 3fa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)