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 | 拗??富 | 100111010101100000111111001111111001010101111000 | 9d583f3f9578 |
EUC-JP | 拗??富 | 110110011011100100111111001111111100100111011001 | d9b93f3fc9d9 |
UTF-8 | 拗곈렖富 | 111001101000101110010111111010101011001110001000111010111010000010010110111001011010111110001100 | e68b97eab388eba096e5af8c |
UHC | 拗곈렖富 | 1110100011110011101100001110100110001110101010111101110110100011 | e8f3b0e98eabdda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)