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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 。鑪}。鑪{^ | 101000011110100001101101011111011010000111101000011011010111101101011110 | a1e86d7da1e86d7b5e |
EUC-JP | 。鑪}。鑪{^ | 1000111010100001111011111100111001111101100011101010000111101111110011100111101101011110 | 8ea1efce7d8ea1efce7b5e |
UTF-8 | 。鑪}。鑪{^ | 111011111011110110100001111010011001000110101010011111011110111110111101101000011110100110010001101010100111101101011110 | efbda1e991aa7defbda1e991aa7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)