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 | 楮埃}楮埃{^ | 1001111010111000100110101011101001111101100111101011100010011010101110100111101101011110 | 9eb89aba7d9eb89aba7b5e |
EUC-JP | 楮埃}楮埃{^ | 1101110010111010110101001011110001111101110111001011101011010100101111000111101101011110 | dcbad4bc7ddcbad4bc7b5e |
UTF-8 | 楮埃}楮埃{^ | 111001101010010110101110111001011001111110000011011111011110011010100101101011101110010110011111100000110111101101011110 | e6a5aee59f837de6a5aee59f837b5e |
UHC | 楮埃}楮埃{^ | 1110111010111111111001001110111101111101111011101011111111100100111011110111101101011110 | eebfe4ef7deebfe4ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)