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 | 樗背}樗背{^ | 1001001010010100100101000111011101111101100100101001010010010100011101110111101101011110 | 929494777d929494777b5e |
EUC-JP | 樗背}樗背{^ | 1100001111110100110001111101100001111101110000111111010011000111110110000111101101011110 | c3f4c7d87dc3f4c7d87b5e |
UTF-8 | 樗背}樗背{^ | 111001101010100010010111111010001000001110001100011111011110011010101000100101111110100010000011100011000111101101011110 | e6a897e8838c7de6a897e8838c7b5e |
UHC | 樗背}樗背{^ | 1110111011000000110110111100111001111101111011101100000011011011110011100111101101011110 | eec0dbce7deec0dbce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)