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 | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 濶ィ逡砿d | 1110100010001001101010001110011110010101100011010111101101100100 | e889a8e7958d7b64 |
EUC-JP | 濶ィ逡砿d | 111011111110100110001110101010001110110111110101101110011101110001100100 | efe98ea8edf5b9dc64 |
UTF-8 | 濶ィ逡砿d | 11100110101111111011011011101111101111011010100011101001100000001010000111100111101000001011111101100100 | e6bfb6efbda8e980a1e7a0bf64 |
UHC | ??逡?d | 001111110011111111110001111001000011111101100100 | 3f3ff1e43f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)