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 | ×áÓ® | 11010111111000011101001110101110 | d7e1d3ae |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ×áÓ® | 1010000111011111100011111010101110100001100011111010101011010001100011111010001011101110 | a1df8faba18faad18fa2ee |
UTF-8 | ×áÓ® | 1100001110010111110000111010000111000011100100111100001010101110 | c397c3a1c393c2ae |
UHC | ×??® | 101000011011111100111111001111111010001011100111 | a1bf3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)