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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 跋乗i跂ョE | 11100110111010111000111111100110100000101000100111100110111000111010111001000101 | e6eb8fe68289e6e3ae45 |
EUC-JP | 跋乗i跂ョE | 1110110011101101101111101110100010100011111010011110110011100101100011101010111001000101 | ecedbee8a3e9ece58eae45 |
UTF-8 | 跋乗i跂ョE | 11101000101101111000101111100100101110011001011111101111101111011000100111101000101101111000001011101111101111011010111001000101 | e8b78be4b997efbd89e8b782efbdae45 |
UHC | 跋?i??E | 1101101110100010001111111010001111101001001111110011111101000101 | dba23fa3e93f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)