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 | ??????SB | 0011111100111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f3f5342 |
SJIS-WIN | セュ竺セュ宍SB | 10111110101011011000111010110001101111101010110110001110101100110101001101000010 | bead8eb1bead8eb35342 |
EUC-JP | セュ竺セュ宍SB | 1000111010111110100011101010110110111100101100111000111010111110100011101010110110111100101101010101001101000010 | 8ebe8eadbcb38ebe8eadbcb55342 |
UTF-8 | セュ竺セュ宍SB | 1110111110111101101111101110111110111101101011011110011110101011101110101110111110111101101111101110111110111101101011011110010110101110100011010101001101000010 | efbdbeefbdade7abbaefbdbeefbdade5ae8d5342 |
UHC | ??竺???SB | 001111110011111111110101111001110011111100111111001111110101001101000010 | 3f3ff5e73f3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)