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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 拙???? | 100100001101100100111111001111110011111100111111 | 90d93f3f3f3f |
EUC-JP | 拙??®? | 1100000011011011001111110011111110001111101000101110111000111111 | c0db3f3f8fa2ee3f |
UTF-8 | 拙흗렪®렟 | 1110011010001011100110011110110110011101100101111110101110100000101010101100001010101110111010111010000010011111 | e68b99ed9d97eba0aac2aeeba09f |
UHC | 拙흗렪®렟 | 11110000111100001100100011101001100011101011100010100010111001111000111010110000 | f0f0c8e98eb8a2e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)