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 | 顰硝エーワ | 11101000111111001000111111001001101101001011000011011100 | e8fc8fc9b4b0dc |
EUC-JP | 顰硝エーワ | 11110000111111101011111011001011100011101011010010001110101100001000111011011100 | f0febecb8eb48eb08edc |
UTF-8 | 顰硝エーワ | 111010011010000110110000111001111010000110011101111011111011110110110100111011111011110110110000111011111011111010011100 | e9a1b0e7a19defbdb4efbdb0efbe9c |
UHC | ?硝??? | 001111111111010110100110001111110011111100111111 | 3ff5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)