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 | 蟠ァ逡熊 | 11100101101101001010011111100111100101011000110001000110 | e5b4a7e7958c46 |
EUC-JP | 蟠ァ逡熊 | 1110101010110110100011101010011111101101111101011011011110100111 | eab68ea7edf5b7a7 |
UTF-8 | 蟠ァ逡熊 | 111010001001111110100000111011111011110110100111111010011000000010100001111001111000011010001010 | e89fa0efbda7e980a1e7868a |
UHC | 蟠?逡熊 | 11011010111101100011111111110001111001001110101010101000 | daf63ff1e4eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)