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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 爾????^ | 10001110101000100011111100111111001111110011111101011110 | 8ea23f3f3f3f5e |
EUC-JP | 爾????^ | 10111100101001000011111100111111001111110011111101011110 | bca43f3f3f3f5e |
UTF-8 | 爾卨罹솽솟^ | 11100111100010001011111011100101100011011010100011101111101001111010011011101100100001101011110111101100100001101001111101011110 | e788bee58da8efa7a6ec86bdec869f5e |
UHC | 爾卨罹솽솟^ | 1110110010110011111000001101100111101100101110101011110011100001101111001101101001011110 | ecb3e0d9ecbabce1bcda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)