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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 疾趺鉦オ漆\ | 10001110101111101110011011100101100011111101111010110101100011101011110101011100 | 8ebee6e58fdeb58ebd5c |
EUC-JP | 疾趺鉦オ漆\ | 1011110011000000111011001110011110111110111000001000111010110101101111001011111101011100 | bcc0ece7bee08eb5bcbf5c |
UTF-8 | 疾趺鉦オ漆\ | 11100111100101101011111011101000101101101011101011101001100010011010011011101111101111011011010111100110101111001000011001011100 | e796bee8b6bae989a6efbdb5e6bc865c |
UHC | 疾趺鉦?漆\ | 11110010111100001101110110111010111011111111101000111111111101101101010001011100 | f2f0ddbaeffa3ff6d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)