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 | 叩誰達湛 | 1001001001000000100100100100111010010010010000101001001001011000 | 9240924e92429258 |
EUC-JP | 叩誰達湛 | 1100001110100001110000111010111111000011101000111100001110111001 | c3a1c3afc3a3c3b9 |
UTF-8 | 叩誰達湛 | 111001011000111110101001111010001010101010110000111010011000000110010100111001101011100110011011 | e58fa9e8aab0e98194e6b99b |
UHC | 叩誰達湛 | 1100110110110000111000101100000111010011101110011101001111000000 | cdb0e2c1d3b9d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)