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 | 燁??軟 | 111110110101100100111111001111111001001111101110 | fb593f3f93ee |
EUC-JP | 燁??軟 | 10001111110010101011001100111111001111111100011011110000 | 8fcab33f3fc6f0 |
UTF-8 | 燁곤숲軟 | 111001111000011110000001111010101011001110100100111011001000100010110010111010001011101110011111 | e78781eab3a4ec88b2e8bb9f |
UHC | 燁곤숲軟 | 1110011110100111101100001110111110111101101000111110011011100011 | e7a7b0efbda3e6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)