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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 邀??帳??^ | 111001111011000100111111001111111001001010100000001111110011111101011110 | e7b13f3f92a03f3f5e |
EUC-JP | 邀??帳??^ | 111011101011001100111111001111111100010010100010001111110011111101011110 | eeb33f3fc4a23f3f5e |
UTF-8 | 邀묕숯帳놂풌^ | 11101001100000101000000011101011101011001001010111101100100010001010111111100101101110001011001111101011100001101000001011101101100100101000110001011110 | e98280ebac95ec88afe5b8b3eb8682ed928c5e |
UHC | 邀묕숯帳놂풌^ | 11101001101011011001000111101111101111011010000111101101111000111011001111101111101111101001000101011110 | e9ad91efbda1ede3b3efbe915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)