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 | 踝らー溯咜 | 111001101111010010000010111001111011000010011111111010001111101010010001 | e6f482e7b09fe8fa91 |
EUC-JP | 踝らー溯咜 | 1110110011110110101001001110100110001110101100001101111011101010100011111011010110101010 | ecf6a4e98eb0deea8fb5aa |
UTF-8 | 踝らー溯咜 | 111010001011100010011101111000111000001010001001111011111011110110110000111001101011101010101111111001011001001010011100 | e8b89de38289efbdb0e6baafe5929c |
UHC | ?ら?溯? | 00111111101010101110100100111111111000011011110100111111 | 3faae93fe1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)