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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳫ミ闔キ治 | 11101001111011011101000011101000100011101011011110001110101000011111000111100001 | e9edd0e88eb78ea1f1e1 |
EUC-JP | 鳫ミ闔キ治? | 1111001011101111100011101101000011101111111011101000111010110111101111001010001100111111 | f2ef8ed0efee8eb7bca33f |
UTF-8 | 鳫ミ闔キ治 | 111010011011001110101011111011111011111010010000111010011001011110010100111011111011110110110111111001101011001010111011111011101000010110011100 | e9b3abefbe90e99794efbdb7e6b2bbee859c |
UHC | ??闔?治? | 0011111100111111111110011110111100111111111101101011110100111111 | 3f3ff9ef3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)