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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮ョ諛梧桶陷 | 1110100110101011101011101110011010000111100011001110011010001001101100011110100010011100 | e9abaee6878ce689b1e89c |
EUC-JP | 鬮ョ諛梧桶陷 | 111100101010110110001110101011101110101111100111101110001110100010110010101100111110111111111100 | f2ad8eaeebe7b8e8b2b3effc |
UTF-8 | 鬮ョ諛梧桶陷 | 111010011010110010101110111011111011110110101110111010001010101110011011111001101010001010100111111001101010000110110110111010011001100110110111 | e9acaeefbdaee8ab9be6a2a7e6a1b6e999b7 |
UHC | ??諛梧桶陷 | 00111111001111111110101110110000111001111111110011110111110100101111100111101000 | 3f3febb0e7fcf7d2f9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)