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 | 竪淡辿続 | 1001001001000111100100100101011110010010010010001001000110110001 | 92479257924891b1 |
EUC-JP | 竪淡辿続 | 1100001110101000110000111011100011000011101010011100001010110011 | c3a8c3b8c3a9c2b3 |
UTF-8 | 竪淡辿続 | 111001111010101110101010111001101011011110100001111010001011111010111111111001111011011010011010 | e7abaae6b7a1e8bebfe7b69a |
UHC | 竪淡?? | 111000101011010111010011101111110011111100111111 | e2b5d3bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)