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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諸?嘲祠 | 10001111100101000011111110011010011111011110001001001011 | 8f943f9a7de24b |
EUC-JP | 諸?嘲祠 | 10111101111101000011111111010011110111101110001110101100 | bdf43fd3dee3ac |
UTF-8 | 諸렗嘲祠 | 111010001010101110111000111010111010000010010111111001011001100010110010111001111010010110100000 | e8abb8eba097e598b2e7a5a0 |
UHC | 諸렗嘲祠 | 1111000010110011100011101010110011110000101111111101111011100110 | f0b38eacf0bfdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)