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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 卒叩損 | 100100011011001010010010010000001001000110111001 | 91b2924091b9 |
EUC-JP | 卒叩損 | 110000101011010011000011101000011100001010111011 | c2b4c3a1c2bb |
UTF-8 | 卒叩損 | 111001011000110110010010111001011000111110101001111001101001000010001101 | e58d92e58fa9e6908d |
UHC | 卒叩損 | 111100001110111111001101101100001110000111011111 | f0efcdb0e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)