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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 曜??瓦?? | 1001011101101010001111110011111110001010101000100011111100111111 | 976a3f3f8aa23f3f |
EUC-JP | 曜??瓦®? | 11001101110010110011111100111111101101001010010010001111101000101110111000111111 | cdcb3f3fb4a48fa2ee3f |
UTF-8 | 曜섓쉠瓦®톿 | 1110011010011011100111001110110010000100100100111110110010001001101000001110011110010011101001101100001010101110111011011000011010111111 | e69b9cec8493ec89a0e793a6c2aeed86bf |
UHC | 曜섓쉠瓦®톿 | 111010001111100010011000111011111011110110101010111010001011111110100010111001111011011110010001 | e8f898efbdaae8bfa2e7b791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)