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 | 巽促促短足 | 10010010010001101001000110100011100100011010001110010010010110101001000110101011 | 924691a391a3925a91ab |
EUC-JP | 巽促促短足 | 11000011101001111100001010100101110000101010010111000011101110111100001010101101 | c3a7c2a5c2a5c3bbc2ad |
UTF-8 | 巽促促短足 | 111001011011011110111101111001001011111110000011111001001011111110000011111001111001111110101101111010001011011010110011 | e5b7bde4bf83e4bf83e79fade8b6b3 |
UHC | 巽促促短足 | 11100001110111101111010110110101111101011011010111010011101011011111000011101011 | e1def5b5f5b5d3adf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)