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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 谷歎続P | 10010010010010101001001001010110100100011011000101010000 | 924a925691b150 |
EUC-JP | 谷歎続P | 11000011101010111100001110110111110000101011001101010000 | c3abc3b7c2b350 |
UTF-8 | 谷歎続P | 11101000101100001011011111100110101011011000111011100111101101101001101001010000 | e8b0b7e6ad8ee7b69a50 |
UHC | 谷歎?P | 110011011101101111110111101001110011111101010000 | cddbf7a73f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)