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 | 脱他続谷息 | 10010010010001011001000110111100100100011011000110010010010010101001000110100111 | 924591bc91b1924a91a7 |
EUC-JP | 脱他続谷息 | 11000011101001101100001010111110110000101011001111000011101010111100001010101001 | c3a6c2bec2b3c3abc2a9 |
UTF-8 | 脱他続谷息 | 111010001000010010110001111001001011101110010110111001111011011010011010111010001011000010110111111001101000000110101111 | e884b1e4bb96e7b69ae8b0b7e681af |
UHC | ?他?谷息 | 0011111111110110111000100011111111001101110110111110001111010011 | 3ff6e23fcddbe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)