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 | 鬣庭、ケ墲 | 1110100110100101100100101110101110100100101110011111101010011110 | e9a592eba4b9fa9e |
EUC-JP | 鬣庭、ケ墲 | 1111001010100111110001001110110110001110101001001000111010111001100011111011100011001110 | f2a7c4ed8ea48eb98fb8ce |
UTF-8 | 鬣庭、ケ墲 | 111010011010110010100011111001011011101010101101111011111011110110100100111011111011110110111001111001011010001010110010 | e9aca3e5baadefbda4efbdb9e5a2b2 |
UHC | ?庭??? | 001111111110111111010100001111110011111100111111 | 3fefd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)