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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叩叩歎速 | 1001001001000000100100100100000010010010010101101001000110101100 | 92409240925691ac |
EUC-JP | 叩叩歎速 | 1100001110100001110000111010000111000011101101111100001010101110 | c3a1c3a1c3b7c2ae |
UTF-8 | 叩叩歎速 | 111001011000111110101001111001011000111110101001111001101010110110001110111010011000000010011111 | e58fa9e58fa9e6ad8ee9809f |
UHC | 叩叩歎速 | 1100110110110000110011011011000011110111101001111110000111011100 | cdb0cdb0f7a7e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)