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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、闔サネ酩 | 111100001011010010100100111010001000111010111011110010001110011111000111 | f0b4a4e88ebbc8e7c7 |
EUC-JP | ?、闔サネ酩 | 0011111110001110101001001110111111101110100011101011101110001110110010001110111011001001 | 3f8ea4efee8ebb8ec8eec9 |
UTF-8 | 、闔サネ酩 | 111011101000000110110011111011111011110110100100111010011001011110010100111011111011110110111011111011111011111010001000111010011000010110101001 | ee81b3efbda4e99794efbdbbefbe88e985a9 |
UHC | ??闔??酩 | 0011111100111111111110011110111100111111001111111101100110101110 | 3f3ff9ef3f3fd9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)