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 | 髮趣スォ螂」 | 111010011001101110001110111011111011110110101011111001011010010110100011 | e99b8eefbdabe5a5a3 |
EUC-JP | 髮趣スォ螂」 | 111100011111101110111100111100011000111010111101100011101010101111101010101001111000111010100011 | f1fbbcf18ebd8eabeaa78ea3 |
UTF-8 | 髮趣スォ螂」 | 111010011010101110101110111010001011011010100011111011111011110110111101111011111011110110101011111010001001111010000010111011111011110110100011 | e9abaee8b6a3efbdbdefbdabe89e82efbda3 |
UHC | 髮趣??螂? | 110110111010010111110110101011000011111100111111110101011100110000111111 | dba5f6ac3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)