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 | 巽促促脱揃 | 10010010010001101001000110100011100100011010001110010010010001011001000110110101 | 924691a391a3924591b5 |
EUC-JP | 巽促促脱揃 | 11000011101001111100001010100101110000101010010111000011101001101100001010110111 | c3a7c2a5c2a5c3a6c2b7 |
UTF-8 | 巽促促脱揃 | 111001011011011110111101111001001011111110000011111001001011111110000011111010001000010010110001111001101000111110000011 | e5b7bde4bf83e4bf83e884b1e68f83 |
UHC | 巽促促?? | 1110000111011110111101011011010111110101101101010011111100111111 | e1def5b5f5b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)