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 | ????]\ | 001111110011111100111111001111110101110101011100 | 3f3f3f3f5d5c |
SJIS-WIN | 将」娼ミ]\ | 1000111110101011101000111000111110101001110100000101110101011100 | 8faba38fa9d05d5c |
EUC-JP | 将」娼ミ]\ | 10111110101011011000111010100011101111101010101110001110110100000101110101011100 | bead8ea3beab8ed05d5c |
UTF-8 | 将」娼ミ]\ | 1110010110110000100001101110111110111101101000111110010110101000101111001110111110111110100100000101110101011100 | e5b086efbda3e5a8bcefbe905d5c |
UHC | ??娼?]\ | 00111111001111111111001111011110001111110101110101011100 | 3f3ff3de3f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)