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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艸苦汽籤 | 1110010010000111100010111110101010001011010001001110001011011100 | e4878bea8b44e2dc |
EUC-JP | 艸苦汽籤 | 1110011111100111101101101110110010110101101001011110010011011110 | e7e7b6ecb5a5e4de |
UTF-8 | 艸苦汽籤 | 111010001000100110111000111010001000101110100110111001101011000110111101111001111011000110100100 | e889b8e88ba6e6b1bde7b1a4 |
UHC | 艸苦汽籤 | 1111010110101100110011011100100011010001101010011111010011011001 | f5accdc8d1a9f4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)