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 | 竪息袖脱其 | 10010010010001111001000110100111100100011011001110010010010001011001000110110100 | 924791a791b3924591b4 |
EUC-JP | 竪息袖脱其 | 11000011101010001100001010101001110000101011010111000011101001101100001010110110 | c3a8c2a9c2b5c3a6c2b6 |
UTF-8 | 竪息袖脱其 | 111001111010101110101010111001101000000110101111111010001010001010010110111010001000010010110001111001011000010110110110 | e7abaae681afe8a296e884b1e585b6 |
UHC | 竪息袖?其 | 111000101011010111100011110100111110001011000000001111111101000011101100 | e2b5e3d3e2c03fd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)