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 | 詣??軟 | 100011000111011100111111001111111001001111101110 | 8c773f3f93ee |
EUC-JP | 詣??軟 | 101101111101100000111111001111111100011011110000 | b7d83f3fc6f0 |
UTF-8 | 詣앶컩軟 | 111010001010100110100011111011001001010110110110111011001011101110101001111010001011101110011111 | e8a9a3ec95b6ecbba9e8bb9f |
UHC | 詣앶컩軟 | 1110011111100001100111011110100110110000100100011110011011100011 | e7e19de9b091e6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)