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 | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | 疾鴃酌シロd | 100011101011111011101001111011101000111011011110101111001101101101100100 | 8ebee9ee8edebcdb64 |
EUC-JP | 疾鴃酌シロd | 1011110011000000111100101111000010111100111000001000111010111100100011101101101101100100 | bcc0f2f0bce08ebc8edb64 |
UTF-8 | 疾鴃酌シロd | 11100111100101101011111011101001101101001000001111101001100001011000110011101111101111011011110011101111101111101001101101100100 | e796bee9b483e9858cefbdbcefbe9b64 |
UHC | 疾?酌??d | 1111001011110000001111111110110111001100001111110011111101100100 | f2f03fedcc3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)