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 | 其短嘆叩 | 1001000110110100100100100101101010010010010100011001001001000000 | 91b4925a92519240 |
EUC-JP | 其短嘆叩 | 1100001010110110110000111011101111000011101100101100001110100001 | c2b6c3bbc3b2c3a1 |
UTF-8 | 其短嘆叩 | 111001011000010110110110111001111001111110101101111001011001100010000110111001011000111110101001 | e585b6e79fade59886e58fa9 |
UHC | 其短嘆叩 | 1101000011101100110100111010110111110111101000111100110110110000 | d0ecd3adf7a3cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)