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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樽樽村竪村 | 10010010010011011001001001001101100100011011101010010010010001111001000110111010 | 924d924d91ba924791ba |
EUC-JP | 樽樽村竪村 | 11000011101011101100001110101110110000101011110011000011101010001100001010111100 | c3aec3aec2bcc3a8c2bc |
UTF-8 | 樽樽村竪村 | 111001101010100010111101111001101010100010111101111001101001110110010001111001111010101110101010111001101001110110010001 | e6a8bde6a8bde69d91e7abaae69d91 |
UHC | 樽樽村竪村 | 11110001110111001111000111011100111101011011110111100010101101011111010110111101 | f1dcf1dcf5bde2b5f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)