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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 蘂?????d | 1110010101000001001111110011111100111111001111110011111101100100 | e5413f3f3f3f3f64 |
EUC-JP | 蘂??旿??d | 11101001101000100011111100111111100011111100000111110100001111110011111101100100 | e9a23f3f8fc1f43f3f64 |
UTF-8 | 蘂뚮졁旿섎졁d | 11101000100110001000001011101011100110101010111011101100101000011000000111100110100101111011111111101100100001001000111011101100101000011000000101100100 | e89882eb9aaeeca181e697bfec848eeca18164 |
UHC | 蘂뚮졁旿섎졁d | 11100111110111101000110011101011101000001011001011100111111110101001100011101011101000001011001001100100 | e7de8ceba0b2e7fa98eba0b264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)