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 | ??N??gB | 00111111001111110100111000111111001111110110011101000010 | 3f3f4e3f3f6742 |
SJIS-WIN | 偲悉N篠示gB | 1000111011000011100011101011101101001110100011101100001010001110101001100110011101000010 | 8ec38ebb4e8ec28ea66742 |
EUC-JP | 偲悉N篠示gB | 1011110011000101101111001011110101001110101111001100010010111100101010000110011101000010 | bcc5bcbd4ebcc4bca86742 |
UTF-8 | 偲悉N篠示gB | 111001011000000110110010111001101000001010001001010011101110011110101111101000001110011110100100101110100110011101000010 | e581b2e682894ee7afa0e7a4ba6742 |
UHC | ?悉N篠示gB | 00111111111000111111101001001110111000011100011011100011110001100110011101000010 | 3fe3fa4ee1c6e3c66742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)