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 | 闢∬損闢 | 1110100010010011100000011110100010010001101110011110100010010011 | e89381e891b9e893 |
EUC-JP | 闢∬損闢 | 1110111111110011101000101110101011000010101110111110111111110011 | eff3a2eac2bbeff3 |
UTF-8 | 闢∬損闢 | 111010011001011110100010111000101000100010101100111001101001000010001101111010011001011110100010 | e997a2e288ace6908de997a2 |
UHC | 闢∬損闢 | 1101110010100011101000011111001111100001110111111101110010100011 | dca3a1f3e1dfdca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)