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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 髣「竏ャ貂ォ\ | 11101001100101111010001011100010100010001010110011100110101110001010101101011100 | e997a2e288ace6b8ab5c |
EUC-JP | 髣「竏ャ貂ォ\ | 11110001111101111000111010100010111000111110100010001110101011001110110010111010100011101010101101011100 | f1f78ea2e3e88eacecba8eab5c |
UTF-8 | 髣「竏ャ貂ォ\ | 11101001101010111010001111101111101111011010001011100111101010111000111111101111101111011010110011101000101100101000001011101111101111011010101101011100 | e9aba3efbda2e7ab8fefbdace8b282efbdab5c |
UHC | ????貂?\ | 0011111100111111001111110011111111110101101100000011111101011100 | 3f3f3f3ff5b03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)