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 | 雕溷シ滓が | 111010001011100010011111111001011011110010011111111001101000001010101010 | e8b89fe5bc9fe682aa |
EUC-JP | 雕溷シ滓が | 11110000101110101101111011100111100011101011110011011110111010001010010010101100 | f0badee78ebcdee8a4ac |
UTF-8 | 雕溷シ滓が | 111010011001101110010101111001101011101010110111111011111011110110111100111001101011101110010011111000111000000110001100 | e99b95e6bab7efbdbce6bb93e3818c |
UHC | 雕??滓が | 1111000011100111001111110011111111101110101010111010101010101100 | f0e73f3feeabaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)