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 | ????j? | 001111110011111100111111001111110110101000111111 | 3f3f3f3f6a3f |
SJIS-WIN | ????j? | 001111110011111100111111001111110110101000111111 | 3f3f3f3f6a3f |
EUC-JP | ????j? | 001111110011111100111111001111110110101000111111 | 3f3f3f3f6a3f |
UTF-8 | 묮뭀뫗묮j뫑 | 11101011101011001010111011101011101011011000000011101011101010111001011111101011101011001010111001101010111010111010101110010001 | ebacaeebad80ebab97ebacae6aebab91 |
UHC | 묮뭀뫗묮j뫑 | 1001001001000101100100100100111110010001101110011001001001000101011010101001000110110011 | 9245924f91b992456a91b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)