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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閭帶ーエ隴 | 1110100010000011100110111110011010110000101101001110100010101101 | e8839be6b0b4e8ad |
EUC-JP | 閭帶ーエ隴 | 11101111111000111101011011101000100011101011000010001110101101001111000010101111 | efe3d6e88eb08eb4f0af |
UTF-8 | 閭帶ーエ隴 | 111010011001011010101101111001011011100010110110111011111011110110110000111011111011110110110100111010011001101010110100 | e996ade5b8b6efbdb0efbdb4e99ab4 |
UHC | 閭帶??? | 11010101111011111101001111100001001111110011111100111111 | d5efd3e13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)