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 | 者遮}者遮{^ | 1000111011010010100011101101010101111101100011101101001010001110110101010111101101011110 | 8ed28ed57d8ed28ed57b5e |
EUC-JP | 者遮}者遮{^ | 1011110011010100101111001101011101111101101111001101010010111100110101110111101101011110 | bcd4bcd77dbcd4bcd77b5e |
UTF-8 | 者遮}者遮{^ | 111010001000000010000101111010011000000110101110011111011110100010000000100001011110100110000001101011100111101101011110 | e88085e981ae7de88085e981ae7b5e |
UHC | 者遮}者遮{^ | 1110110110111010111100111011010001111101111011011011101011110011101101000111101101011110 | edbaf3b47dedbaf3b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)