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 | 鬘咲牲菫ッ | 111010011010000110001101111001111001000010110101111001001011111110101111 | e9a18de790b5e4bfaf |
EUC-JP | 鬘咲牲菫ッ | 11110010101000111011101011101001110000001011011111101000110000011000111010101111 | f2a3bae9c0b7e8c18eaf |
UTF-8 | 鬘咲牲菫ッ | 111010011010110010011000111001011001001010110010111001111000100110110010111010001000111110101011111011111011110110101111 | e9ac98e592b2e789b2e88fabefbdaf |
UHC | ??牲菫? | 00111111001111111101111111100101110100001100101100111111 | 3f3fdfe5d0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)