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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 奪速続x | 10010010010001001001000110101100100100011011000101111000 | 924491ac91b178 |
EUC-JP | 奪速続x | 11000011101001011100001010101110110000101011001101111000 | c3a5c2aec2b378 |
UTF-8 | 奪速続x | 11100101101001011010101011101001100000001001111111100111101101101001101001111000 | e5a5aae9809fe7b69a78 |
UHC | 奪速?x | 111101111010110011100001110111000011111101111000 | f7ace1dc3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)