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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 耀??蹂?] | 1001011101110011001111110011111111100110111110000011111101011101 | 97733f3fe6f83f5d |
EUC-JP | 耀??蹂?] | 1100110111010100001111110011111111101100111110100011111101011101 | cdd43f3fecfa3f5d |
UTF-8 | 耀붺탢蹂뷦] | 11101000100000001000000011101011101101101011101011101101100000111010001011101000101110011000001011101011101101111010011001011101 | e88080ebb6baed83a2e8b982ebb7a65d |
UHC | 耀붺탢蹂뷦] | 1110100110100101100101001110011110110101100001011110101110110011100101010101000101011101 | e9a594e7b585ebb395515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)