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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | テ凝祁y | 110000111000101111000011100011000101011001111001 | c38bc38c5679 |
EUC-JP | テ凝祁y | 10001110110000111011011011000101101101111011011101111001 | 8ec3b6c5b7b779 |
UTF-8 | テ凝祁y | 11101111101111101000001111100101100001111001110111100111101001011000000101111001 | efbe83e5879de7a58179 |
UHC | ?凝祁y | 001111111110101111101010110100011011010101111001 | 3febead1b579 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)