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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 拙??? | 1001000011011001001111110011111100111111 | 90d93f3f3f |
EUC-JP | 拙??® | 11000000110110110011111100111111100011111010001011101110 | c0db3f3f8fa2ee |
UTF-8 | 拙흗렪® | 1110011010001011100110011110110110011101100101111110101110100000101010101100001010101110 | e68b99ed9d97eba0aac2ae |
UHC | 拙흗렪® | 1111000011110000110010001110100110001110101110001010001011100111 | f0f0c8e98eb8a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)