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 | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
SJIS-WIN | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
EUC-JP | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
UTF-8 | 횓횈A횑횕 | 11101101100110101001001111101101100110101000100001000001111011011001101010010001111011011001101010010101 | ed9a93ed9a8841ed9a91ed9a95 |
UHC | 횓횈A횑횕 | 110000111000111011000011100001100100000111000011100011001100001110001111 | c38ec38641c38cc38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)