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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闊迎闊鶏^ | 111010001000100010001100011111011110100010001000100011000111101101011110 | e8888c7de8888c7b5e |
EUC-JP | 闊迎闊鶏^ | 111011111110100010110111110111101110111111101000101101111101110001011110 | efe8b7deefe8b7dc5e |
UTF-8 | 闊迎闊鶏^ | 11101001100101111000101011101000101111111000111011101001100101111000101011101001101101101000111101011110 | e9978ae8bf8ee9978ae9b68f5e |
UHC | 闊迎闊?^ | 1111110011000100111001111100101011111100110001000011111101011110 | fcc4e7cafcc43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)