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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕ヲ雋械 | 11101001100000011010011011101000101100101000101001000010 | e981a6e8b28a42 |
EUC-JP | 驕ヲ雋械 | 1111000111100001100011101010011011110000101101001011001110100011 | f1e18ea6f0b4b3a3 |
UTF-8 | 驕ヲ雋械 | 111010011010100110010101111011111011110110100110111010011001101110001011111001101010001010110000 | e9a995efbda6e99b8be6a2b0 |
UHC | 驕?雋械 | 11001110111101100011111111110001111001101100110011111110 | cef63ff1e6ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)