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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 驛、邵∵鏡B | 11101001100000111010010011100111101110001000000111100110100010111011111001000010 | e983a4e7b881e68bbe42 |
EUC-JP | 驛、邵∵鏡B | 1111000111100011100011101010010011101110101110101010001011101000101101101100000001000010 | f1e38ea4eebaa2e8b6c042 |
UTF-8 | 驛、邵∵鏡B | 11101001101010011001101111101111101111011010010011101001100000101011010111100010100010001011010111101001100011111010000101000010 | e9a99befbda4e982b5e288b5e98fa142 |
UHC | 驛?邵∵鏡B | 11100110101111100011111111100001110100001010000111110001110011001111000001000010 | e6be3fe1d0a1f1ccf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)