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 | 諛oΘ蟲 | 1110011010000111100000101000111110000011101001101110010110110011 | e687828f83a6e5b3 |
EUC-JP | 諛oΘ蟲 | 1110101111100111101000111110111110100110101010001110101010110101 | ebe7a3efa6a8eab5 |
UTF-8 | 諛oΘ蟲 | 1110100010101011100110111110111110111101100011111100111010011000111010001001111110110010 | e8ab9befbd8fce98e89fb2 |
UHC | 諛oΘ蟲 | 1110101110110000101000111110111110100101110010001111010111111001 | ebb0a3efa5c8f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)