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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ?削け〔] | 0011111110001101111011011000001010101111100000010110101101011101 | 3f8ded82af816b5d |
EUC-JP | 邕削け〔] | 10001111111000011110110110111010111011111010010010110001101000011100110001011101 | 8fe1edbaefa4b1a1cc5d |
UTF-8 | 邕削け〔] | 11101001100000101001010111100101100010011000101011100011100000011001000111100011100000001001010001011101 | e98295e5898ae38191e380945d |
UHC | 邕削け〔] | 111010001011101111011110111110111010101010110001101000011011001001011101 | e8bbdefbaab1a1b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)