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 | CaCaCaCa | 100100100100001101100001100100100100001101100001100100100100001101100001100100100100001101100001 | 924361924361924361924361 |
SJIS-WIN | ?Ca?Ca?Ca?Ca | 001111110100001101100001001111110100001101100001001111110100001101100001001111110100001101100001 | 3f43613f43613f43613f4361 |
EUC-JP | ?Ca?Ca?Ca?Ca | 001111110100001101100001001111110100001101100001001111110100001101100001001111110100001101100001 | 3f43613f43613f43613f4361 |
UTF-8 | CaCaCaCa | 11000010100100100100001101100001110000101001001001000011011000011100001010010010010000110110000111000010100100100100001101100001 | c2924361c2924361c2924361c2924361 |
UHC | ?Ca?Ca?Ca?Ca | 001111110100001101100001001111110100001101100001001111110100001101100001001111110100001101100001 | 3f43613f43613f43613f4361 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)