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 | 鬆尖攣增セ | 111010011010000010010000111010111001110110111001111110101001110110111110 | e9a090eb9db9fa9dbe |
EUC-JP | 鬆尖攣?セ | 111100101010001011000000111011011101101010111011001111111000111010111110 | f2a2c0eddabb3f8ebe |
UTF-8 | 鬆尖攣增セ | 111010011010110010000110111001011011000010010110111001101001010010100011111001011010001010011110111011111011110110111110 | e9ac86e5b096e694a3e5a29eefbdbe |
UHC | ?尖攣增? | 0011111111110100110100111101010111111101111100011111001000111111 | 3ff4d3d5fdf1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)