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 | 蟀∽スッ蜃 | 1110010110101001100000011110010010111101101011111110010110000111 | e5a981e4bdafe587 |
EUC-JP | 蟀∽スッ蜃 | 11101010101010111010001011100110100011101011110110001110101011111110100111100111 | eaaba2e68ebd8eafe9e7 |
UTF-8 | 蟀∽スッ蜃 | 111010001001111110000000111000101000100010111101111011111011110110111101111011111011110110101111111010001001110010000011 | e89f80e288bdefbdbdefbdafe89c83 |
UHC | ?∽??蜃 | 00111111101000011110111100111111001111111110001111110001 | 3fa1ef3f3fe3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)