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 | 螟ュ逡沓 | 11100101101001001010110111100111100101011000110001000010 | e5a4ade7958c42 |
EUC-JP | 螟ュ逡沓 | 1110101010100110100011101010110111101101111101011011011110100011 | eaa68eadedf5b7a3 |
UTF-8 | 螟ュ逡沓 | 111010001001111010011111111011111011110110101101111010011000000010100001111001101011001010010011 | e89e9fefbdade980a1e6b293 |
UHC | 螟?逡沓 | 11011001101011010011111111110001111001001101001111001011 | d9ad3ff1e4d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)