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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 痒痒[痒痒[^ | 1110000101111001111000010111100101011011111000010111100111100001011110010101101101011110 | e179e1795be179e1795b5e |
EUC-JP | 痒痒[痒痒[^ | 1110000111011010111000011101101001011011111000011101101011100001110110100101101101011110 | e1dae1da5be1dae1da5b5e |
UTF-8 | 痒痒[痒痒[^ | 111001111001011110010010111001111001011110010010010110111110011110010111100100101110011110010111100100100101101101011110 | e79792e797925be79792e797925b5e |
UHC | 痒痒[痒痒[^ | 1110010111001010111001011100101001011011111001011100101011100101110010100101101101011110 | e5cae5ca5be5cae5ca5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)