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 | 11100111100011011000111111100110100000101000100111100111100001011010111001000101 | e78d8fe68289e785ae45 |
EUC-JP | 迯乗i辣ョE | 1110110111101101101111101110100010100011111010011110110111100101100011101010111001000101 | ededbee8a3e9ede58eae45 |
UTF-8 | 迯乗i辣ョE | 11101000101111111010111111100100101110011001011111101111101111011000100111101000101111101010001111101111101111011010111001000101 | e8bfafe4b997efbd89e8bea3efbdae45 |
UHC | ??i辣?E | 0011111100111111101000111110100111010101101110000011111101000101 | 3f3fa3e9d5b83f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)